Shades of Turquoise #24CFDB
Tints of Turquoise #24CFDB
RGB
CMYK
RGB Variations
Color information
#24CFDB (or 0x24CFDB) is known color: Turquoise. HEX triplet: 24, CF and DB. RGB value is (36,207,219). Sum of RGB (Red+Green+Blue) = 36+207+219=462 (61% of max value = 765). Red value is 36 (14.45% from 255 or 7.79% from 462); Green value is 207 (81.25% from 255 or 44.81% from 462); Blue value is 219 (85.94% from 255 or 47.40% from 462); Max value from RGB is 219 - color contains mainly: blue. Hex color #24CFDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24CFDB is #DB3024. Grayscale: #9D9D9D. Windows color (decimal): -14364709 or 14405412. OLE color: 14405412.
HSL color Cylindrical-coordinate representation of color #24CFDB: hue angle of 183.93º 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 #24CFDB is Cyan = 0.84, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 36 | 207 | 219 | - |
| CMYK | 0.84 | 0.05 | 0 | 0.14 |
| HSL | 183.93º | 0.72% | 0.5% | - |
| HSV(B) | 183.93º | 0.84% | 0.86% | - |
| XYZ | 35.83 | 50.12 | 74.8 | - |
| YUV | 157.24 | 162.85 | 41.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 207 | 219 | 0.84 | 0.05 | 0 | 0.14 | 183.93 | 0.72 | 0.5 |
| Hex | 24 | CF | DB | 54 | 5 | 0 | E | B8 | 48 | 32 |
| Octal | 44 | 317 | 333 | 124 | 5 | 0 | 16 | 270 | 110 | 62 |
| Binary | 100100 | 11001111 | 11011011 | 1010100 | 101 | 0 | 1110 | 10111000 | 1001000 | 110010 |
Color Harmonies of #24CFDB
Complementary color
Monochromatic Colors of #24CFDB
Black with #24CFDB
Text Example
Text Example
White with #24CFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24CFDB; }
p { color: rgb(36,207,219); }
H1.HeaderClassName
{
color: #24CFDB;
}
.AnyTagClassName
{
color: #24CFDB;
}
</style>
background-color css
<style>
a { background-color: #24CFDB; }
a { background-color: rgb(36,207,219); }
div.DivClassName
{
background-color: #24CFDB;
}
.BgClassName
{
background-color: #24CFDB;
}
</style>
border-color css
<style>
span { border-color: #24CFDB; }
span { border-color: rgb(36,207,219); }
td.TdClassName
{
border-color: #24CFDB;
}
.TagClassName
{
border-color: #24CFDB;
}
</style>