Color #40BFBF
#40BFBFrgb(64, 191, 191)
Color Codes
HEX#40BFBF
RGBrgb(64, 191, 191)
HSLhsl(180°, 50%, 50%)
CMYKcmyk(66%, 0%, 0%, 25%)
CIELABLab(70.9, -33.8, -10.2)
Color Schemes
Tints & Shades
CSS Code Snippets
background-color: #40BFBF;color: #40BFBF;border: 2px solid #40BFBF;background: linear-gradient(135deg, #40BFBF, #bf4040);Code Export
css
:root {
--color-primary: #40bfbf;
--color-primary-rgb: 64, 191, 191;
--color-primary-hsl: 180, 50%, 50%;
}