Shades of Bright Turquoise #24FECF
Tints of Bright Turquoise #24FECF
RGB
CMYK
RGB Variations
Color information
#24FECF (or 0x24FECF) is known color: Bright Turquoise. HEX triplet: 24, FE and CF. RGB value is (36,254,207). Sum of RGB (Red+Green+Blue) = 36+254+207=497 (65% of max value = 765). Red value is 36 (14.45% from 255 or 7.24% from 497); Green value is 254 (99.61% from 255 or 51.11% from 497); Blue value is 207 (81.25% from 255 or 41.65% from 497); Max value from RGB is 254 - color contains mainly: green. Hex color #24FECF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24FECF is #DB0130. Grayscale: #B7B7B7. Windows color (decimal): -14352689 or 13631012. OLE color: 13631012.
HSL color Cylindrical-coordinate representation of color #24FECF: hue angle of 167.06º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #24FECF is Cyan = 0.86, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 36 | 254 | 207 | - |
| CMYK | 0.86 | 0 | 0.19 | 0.00 |
| HSL | 167.06º | 0.99% | 0.57% | - |
| HSV(B) | 167.06º | 0.86% | 1% | - |
| XYZ | 47.43 | 75.76 | 71.16 | - |
| YUV | 183.46 | 141.28 | 22.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 254 | 207 | 0.86 | 0 | 0.19 | 0.00 | 167.06 | 0.99 | 0.57 |
| Hex | 24 | FE | CF | 56 | 0 | 13 | 0 | A7 | 63 | 39 |
| Octal | 44 | 376 | 317 | 126 | 0 | 23 | 0 | 247 | 143 | 71 |
| Binary | 100100 | 11111110 | 11001111 | 1010110 | 0 | 10011 | 0 | 10100111 | 1100011 | 111001 |
Color Harmonies of #24FECF
Complementary color
Monochromatic Colors of #24FECF
Black with #24FECF
Text Example
Text Example
White with #24FECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24FECF; }
p { color: rgb(36,254,207); }
H1.HeaderClassName
{
color: #24FECF;
}
.AnyTagClassName
{
color: #24FECF;
}
</style>
background-color css
<style>
a { background-color: #24FECF; }
a { background-color: rgb(36,254,207); }
div.DivClassName
{
background-color: #24FECF;
}
.BgClassName
{
background-color: #24FECF;
}
</style>
border-color css
<style>
span { border-color: #24FECF; }
span { border-color: rgb(36,254,207); }
td.TdClassName
{
border-color: #24FECF;
}
.TagClassName
{
border-color: #24FECF;
}
</style>