Shades of Turquoise #24CFDD
Tints of Turquoise #24CFDD
RGB
CMYK
RGB Variations
Color information
#24CFDD (or 0x24CFDD) is known color: Turquoise. HEX triplet: 24, CF and DD. RGB value is (36,207,221). Sum of RGB (Red+Green+Blue) = 36+207+221=464 (61% of max value = 765). Red value is 36 (14.45% from 255 or 7.76% from 464); Green value is 207 (81.25% from 255 or 44.61% from 464); Blue value is 221 (86.72% from 255 or 47.63% from 464); Max value from RGB is 221 - color contains mainly: blue. Hex color #24CFDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24CFDD is #DB3022. Grayscale: #9D9D9D. Windows color (decimal): -14364707 or 14536484. OLE color: 14536484.
HSL color Cylindrical-coordinate representation of color #24CFDD: hue angle of 184.54º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #24CFDD is Cyan = 0.84, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 36 | 207 | 221 | - |
| CMYK | 0.84 | 0.06 | 0 | 0.13 |
| HSL | 184.54º | 0.73% | 0.5% | - |
| HSV(B) | 184.54º | 0.84% | 0.87% | - |
| XYZ | 36.09 | 50.22 | 76.2 | - |
| YUV | 157.47 | 163.85 | 41.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 207 | 221 | 0.84 | 0.06 | 0 | 0.13 | 184.54 | 0.73 | 0.5 |
| Hex | 24 | CF | DD | 54 | 6 | 0 | D | B9 | 49 | 32 |
| Octal | 44 | 317 | 335 | 124 | 6 | 0 | 15 | 271 | 111 | 62 |
| Binary | 100100 | 11001111 | 11011101 | 1010100 | 110 | 0 | 1101 | 10111001 | 1001001 | 110010 |
Color Harmonies of #24CFDD
Complementary color
Monochromatic Colors of #24CFDD
Black with #24CFDD
Text Example
Text Example
White with #24CFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24CFDD; }
p { color: rgb(36,207,221); }
H1.HeaderClassName
{
color: #24CFDD;
}
.AnyTagClassName
{
color: #24CFDD;
}
</style>
background-color css
<style>
a { background-color: #24CFDD; }
a { background-color: rgb(36,207,221); }
div.DivClassName
{
background-color: #24CFDD;
}
.BgClassName
{
background-color: #24CFDD;
}
</style>
border-color css
<style>
span { border-color: #24CFDD; }
span { border-color: rgb(36,207,221); }
td.TdClassName
{
border-color: #24CFDD;
}
.TagClassName
{
border-color: #24CFDD;
}
</style>