Shades of Bright Turquoise #24FCEA
Tints of Bright Turquoise #24FCEA
RGB
CMYK
RGB Variations
Color information
#24FCEA (or 0x24FCEA) is known color: Bright Turquoise. HEX triplet: 24, FC and EA. RGB value is (36,252,234). Sum of RGB (Red+Green+Blue) = 36+252+234=522 (69% of max value = 765). Red value is 36 (14.45% from 255 or 6.90% from 522); Green value is 252 (98.83% from 255 or 48.28% from 522); Blue value is 234 (91.80% from 255 or 44.83% from 522); Max value from RGB is 252 - color contains mainly: green. Hex color #24FCEA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #24FCEA is #DB0315. Grayscale: #B9B9B9. Windows color (decimal): -14353174 or 15399972. OLE color: 15399972.
HSL color Cylindrical-coordinate representation of color #24FCEA: hue angle of 175º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #24FCEA is Cyan = 0.86, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 36 | 252 | 234 | - |
| CMYK | 0.86 | 0 | 0.07 | 0.01 |
| HSL | 175º | 0.97% | 0.56% | - |
| HSV(B) | 175º | 0.86% | 0.99% | - |
| XYZ | 50.39 | 75.94 | 89.84 | - |
| YUV | 185.36 | 155.44 | 21.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 252 | 234 | 0.86 | 0 | 0.07 | 0.01 | 175 | 0.97 | 0.56 |
| Hex | 24 | FC | EA | 56 | 0 | 7 | 1 | AF | 61 | 38 |
| Octal | 44 | 374 | 352 | 126 | 0 | 7 | 1 | 257 | 141 | 70 |
| Binary | 100100 | 11111100 | 11101010 | 1010110 | 0 | 111 | 1 | 10101111 | 1100001 | 111000 |
Color Harmonies of #24FCEA
Complementary color
Monochromatic Colors of #24FCEA
Black with #24FCEA
Text Example
Text Example
White with #24FCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24FCEA; }
p { color: rgb(36,252,234); }
H1.HeaderClassName
{
color: #24FCEA;
}
.AnyTagClassName
{
color: #24FCEA;
}
</style>
background-color css
<style>
a { background-color: #24FCEA; }
a { background-color: rgb(36,252,234); }
div.DivClassName
{
background-color: #24FCEA;
}
.BgClassName
{
background-color: #24FCEA;
}
</style>
border-color css
<style>
span { border-color: #24FCEA; }
span { border-color: rgb(36,252,234); }
td.TdClassName
{
border-color: #24FCEA;
}
.TagClassName
{
border-color: #24FCEA;
}
</style>