Shades of Bright Turquoise #24FFEC
Tints of Bright Turquoise #24FFEC
RGB
CMYK
RGB Variations
Color information
#24FFEC (or 0x24FFEC) is known color: Bright Turquoise. HEX triplet: 24, FF and EC. RGB value is (36,255,236). Sum of RGB (Red+Green+Blue) = 36+255+236=527 (69% of max value = 765). Red value is 36 (14.45% from 255 or 6.83% from 527); Green value is 255 (100% from 255 or 48.39% from 527); Blue value is 236 (92.58% from 255 or 44.78% from 527); Max value from RGB is 255 - color contains mainly: green. Hex color #24FFEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #24FFEC is #DB0013. Grayscale: #BBBBBB. Windows color (decimal): -14352404 or 15531812. OLE color: 15531812.
HSL color Cylindrical-coordinate representation of color #24FFEC: hue angle of 174.79º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #24FFEC is Cyan = 0.86, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 36 | 255 | 236 | - |
| CMYK | 0.86 | 0 | 0.07 | 0 |
| HSL | 174.79º | 1% | 0.57% | - |
| HSV(B) | 174.79º | 0.86% | 1% | - |
| XYZ | 51.63 | 77.95 | 91.68 | - |
| YUV | 187.35 | 155.45 | 20.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 255 | 236 | 0.86 | 0 | 0.07 | 0 | 174.79 | 1 | 0.57 |
| Hex | 24 | FF | EC | 56 | 0 | 7 | 0 | AF | 64 | 39 |
| Octal | 44 | 377 | 354 | 126 | 0 | 7 | 0 | 257 | 144 | 71 |
| Binary | 100100 | 11111111 | 11101100 | 1010110 | 0 | 111 | 0 | 10101111 | 1100100 | 111001 |
Color Harmonies of #24FFEC
Complementary color
Monochromatic Colors of #24FFEC
Black with #24FFEC
Text Example
Text Example
White with #24FFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24FFEC; }
p { color: rgb(36,255,236); }
H1.HeaderClassName
{
color: #24FFEC;
}
.AnyTagClassName
{
color: #24FFEC;
}
</style>
background-color css
<style>
a { background-color: #24FFEC; }
a { background-color: rgb(36,255,236); }
div.DivClassName
{
background-color: #24FFEC;
}
.BgClassName
{
background-color: #24FFEC;
}
</style>
border-color css
<style>
span { border-color: #24FFEC; }
span { border-color: rgb(36,255,236); }
td.TdClassName
{
border-color: #24FFEC;
}
.TagClassName
{
border-color: #24FFEC;
}
</style>