Shades of Turquoise #24CFDC
Tints of Turquoise #24CFDC
RGB
CMYK
RGB Variations
Color information
#24CFDC (or 0x24CFDC) is known color: Turquoise. HEX triplet: 24, CF and DC. RGB value is (36,207,220). Sum of RGB (Red+Green+Blue) = 36+207+220=463 (61% of max value = 765). Red value is 36 (14.45% from 255 or 7.78% from 463); Green value is 207 (81.25% from 255 or 44.71% from 463); Blue value is 220 (86.33% from 255 or 47.52% from 463); Max value from RGB is 220 - color contains mainly: blue. Hex color #24CFDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24CFDC is #DB3023. Grayscale: #9D9D9D. Windows color (decimal): -14364708 or 14470948. OLE color: 14470948.
HSL color Cylindrical-coordinate representation of color #24CFDC: hue angle of 184.24º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #24CFDC is Cyan = 0.84, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 36 | 207 | 220 | - |
| CMYK | 0.84 | 0.06 | 0 | 0.14 |
| HSL | 184.24º | 0.72% | 0.5% | - |
| HSV(B) | 184.24º | 0.84% | 0.86% | - |
| XYZ | 35.96 | 50.17 | 75.5 | - |
| YUV | 157.35 | 163.35 | 41.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 207 | 220 | 0.84 | 0.06 | 0 | 0.14 | 184.24 | 0.72 | 0.5 |
| Hex | 24 | CF | DC | 54 | 6 | 0 | E | B8 | 48 | 32 |
| Octal | 44 | 317 | 334 | 124 | 6 | 0 | 16 | 270 | 110 | 62 |
| Binary | 100100 | 11001111 | 11011100 | 1010100 | 110 | 0 | 1110 | 10111000 | 1001000 | 110010 |
Color Harmonies of #24CFDC
Complementary color
Monochromatic Colors of #24CFDC
Black with #24CFDC
Text Example
Text Example
White with #24CFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24CFDC; }
p { color: rgb(36,207,220); }
H1.HeaderClassName
{
color: #24CFDC;
}
.AnyTagClassName
{
color: #24CFDC;
}
</style>
background-color css
<style>
a { background-color: #24CFDC; }
a { background-color: rgb(36,207,220); }
div.DivClassName
{
background-color: #24CFDC;
}
.BgClassName
{
background-color: #24CFDC;
}
</style>
border-color css
<style>
span { border-color: #24CFDC; }
span { border-color: rgb(36,207,220); }
td.TdClassName
{
border-color: #24CFDC;
}
.TagClassName
{
border-color: #24CFDC;
}
</style>