Shades of Turquoise #24CFC6
Tints of Turquoise #24CFC6
RGB
CMYK
RGB Variations
Color information
#24CFC6 (or 0x24CFC6) is known color: Turquoise. HEX triplet: 24, CF and C6. RGB value is (36,207,198). Sum of RGB (Red+Green+Blue) = 36+207+198=441 (58% of max value = 765). Red value is 36 (14.45% from 255 or 8.16% from 441); Green value is 207 (81.25% from 255 or 46.94% from 441); Blue value is 198 (77.73% from 255 or 44.90% from 441); Max value from RGB is 207 - color contains mainly: green. Hex color #24CFC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24CFC6 is #DB3039. Grayscale: #9A9A9A. Windows color (decimal): -14364730 or 13029156. OLE color: 13029156.
HSL color Cylindrical-coordinate representation of color #24CFC6: hue angle of 176.84º 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 #24CFC6 is Cyan = 0.83, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 36 | 207 | 198 | - |
| CMYK | 0.83 | 0 | 0.04 | 0.19 |
| HSL | 176.84º | 0.7% | 0.48% | - |
| HSV(B) | 176.84º | 0.83% | 0.81% | - |
| XYZ | 33.23 | 49.08 | 61.15 | - |
| YUV | 154.85 | 152.35 | 43.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 207 | 198 | 0.83 | 0 | 0.04 | 0.19 | 176.84 | 0.7 | 0.48 |
| Hex | 24 | CF | C6 | 53 | 0 | 4 | 13 | B1 | 46 | 30 |
| Octal | 44 | 317 | 306 | 123 | 0 | 4 | 23 | 261 | 106 | 60 |
| Binary | 100100 | 11001111 | 11000110 | 1010011 | 0 | 100 | 10011 | 10110001 | 1000110 | 110000 |
Color Harmonies of #24CFC6
Complementary color
Monochromatic Colors of #24CFC6
Black with #24CFC6
Text Example
Text Example
White with #24CFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24CFC6; }
p { color: rgb(36,207,198); }
H1.HeaderClassName
{
color: #24CFC6;
}
.AnyTagClassName
{
color: #24CFC6;
}
</style>
background-color css
<style>
a { background-color: #24CFC6; }
a { background-color: rgb(36,207,198); }
div.DivClassName
{
background-color: #24CFC6;
}
.BgClassName
{
background-color: #24CFC6;
}
</style>
border-color css
<style>
span { border-color: #24CFC6; }
span { border-color: rgb(36,207,198); }
td.TdClassName
{
border-color: #24CFC6;
}
.TagClassName
{
border-color: #24CFC6;
}
</style>