Shades of Turquoise #24F4CB
Tints of Turquoise #24F4CB
RGB
CMYK
RGB Variations
Color information
#24F4CB (or 0x24F4CB) is known color: Turquoise. HEX triplet: 24, F4 and CB. RGB value is (36,244,203). Sum of RGB (Red+Green+Blue) = 36+244+203=483 (63% of max value = 765). Red value is 36 (14.45% from 255 or 7.45% from 483); Green value is 244 (95.70% from 255 or 50.52% from 483); Blue value is 203 (79.69% from 255 or 42.03% from 483); Max value from RGB is 244 - color contains mainly: green. Hex color #24F4CB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24F4CB is #DB0B34. Grayscale: #B1B1B1. Windows color (decimal): -14355253 or 13366308. OLE color: 13366308.
HSL color Cylindrical-coordinate representation of color #24F4CB: hue angle of 168.17º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #24F4CB is Cyan = 0.85, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 36 | 244 | 203 | - |
| CMYK | 0.85 | 0 | 0.17 | 0.04 |
| HSL | 168.17º | 0.9% | 0.55% | - |
| HSV(B) | 168.17º | 0.85% | 0.96% | - |
| XYZ | 43.86 | 69.39 | 67.58 | - |
| YUV | 177.13 | 142.59 | 27.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 244 | 203 | 0.85 | 0 | 0.17 | 0.04 | 168.17 | 0.9 | 0.55 |
| Hex | 24 | F4 | CB | 55 | 0 | 11 | 4 | A8 | 5A | 37 |
| Octal | 44 | 364 | 313 | 125 | 0 | 21 | 4 | 250 | 132 | 67 |
| Binary | 100100 | 11110100 | 11001011 | 1010101 | 0 | 10001 | 100 | 10101000 | 1011010 | 110111 |
Color Harmonies of #24F4CB
Complementary color
Monochromatic Colors of #24F4CB
Black with #24F4CB
Text Example
Text Example
White with #24F4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24F4CB; }
p { color: rgb(36,244,203); }
H1.HeaderClassName
{
color: #24F4CB;
}
.AnyTagClassName
{
color: #24F4CB;
}
</style>
background-color css
<style>
a { background-color: #24F4CB; }
a { background-color: rgb(36,244,203); }
div.DivClassName
{
background-color: #24F4CB;
}
.BgClassName
{
background-color: #24F4CB;
}
</style>
border-color css
<style>
span { border-color: #24F4CB; }
span { border-color: rgb(36,244,203); }
td.TdClassName
{
border-color: #24F4CB;
}
.TagClassName
{
border-color: #24F4CB;
}
</style>