Shades of Turquoise #24CFCF
Tints of Turquoise #24CFCF
RGB
CMYK
RGB Variations
Color information
#24CFCF (or 0x24CFCF) is known color: Turquoise. HEX triplet: 24, CF and CF. RGB value is (36,207,207). Sum of RGB (Red+Green+Blue) = 36+207+207=450 (59% of max value = 765). Red value is 36 (14.45% from 255 or 8% from 450); Green value is 207 (81.25% from 255 or 46% from 450); Blue value is 207 (81.25% from 255 or 46% from 450); Max value from RGB is 207 - color contains mainly: green, blue. Hex color #24CFCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24CFCF is #DB3030. Grayscale: #9B9B9B. Windows color (decimal): -14364721 or 13618980. OLE color: 13618980.
HSL color Cylindrical-coordinate representation of color #24CFCF: hue angle of 180º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #24CFCF is Cyan = 0.83, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 36 | 207 | 207 | - |
| CMYK | 0.83 | 0 | 0 | 0.19 |
| HSL | 180º | 0.7% | 0.48% | - |
| HSV(B) | 180º | 0.83% | 0.81% | - |
| XYZ | 34.3 | 49.51 | 66.78 | - |
| YUV | 155.87 | 156.85 | 42.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 207 | 207 | 0.83 | 0 | 0 | 0.19 | 180 | 0.7 | 0.48 |
| Hex | 24 | CF | CF | 53 | 0 | 0 | 13 | B4 | 46 | 30 |
| Octal | 44 | 317 | 317 | 123 | 0 | 0 | 23 | 264 | 106 | 60 |
| Binary | 100100 | 11001111 | 11001111 | 1010011 | 0 | 0 | 10011 | 10110100 | 1000110 | 110000 |
Color Harmonies of #24CFCF
Complementary color
Monochromatic Colors of #24CFCF
Black with #24CFCF
Text Example
Text Example
White with #24CFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24CFCF; }
p { color: rgb(36,207,207); }
H1.HeaderClassName
{
color: #24CFCF;
}
.AnyTagClassName
{
color: #24CFCF;
}
</style>
background-color css
<style>
a { background-color: #24CFCF; }
a { background-color: rgb(36,207,207); }
div.DivClassName
{
background-color: #24CFCF;
}
.BgClassName
{
background-color: #24CFCF;
}
</style>
border-color css
<style>
span { border-color: #24CFCF; }
span { border-color: rgb(36,207,207); }
td.TdClassName
{
border-color: #24CFCF;
}
.TagClassName
{
border-color: #24CFCF;
}
</style>