Shades of Turquoise #24CCC6
Tints of Turquoise #24CCC6
RGB
CMYK
RGB Variations
Color information
#24CCC6 (or 0x24CCC6) is known color: Turquoise. HEX triplet: 24, CC and C6. RGB value is (36,204,198). Sum of RGB (Red+Green+Blue) = 36+204+198=438 (58% of max value = 765). Red value is 36 (14.45% from 255 or 8.22% from 438); Green value is 204 (80.08% from 255 or 46.58% from 438); Blue value is 198 (77.73% from 255 or 45.21% from 438); Max value from RGB is 204 - color contains mainly: green. Hex color #24CCC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24CCC6 is #DB3339. Grayscale: #989898. Windows color (decimal): -14365498 or 13028388. OLE color: 13028388.
HSL color Cylindrical-coordinate representation of color #24CCC6: hue angle of 177.86º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #24CCC6 is Cyan = 0.82, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 36 | 204 | 198 | - |
| CMYK | 0.82 | 0 | 0.03 | 0.2 |
| HSL | 177.86º | 0.7% | 0.47% | - |
| HSV(B) | 177.86º | 0.82% | 0.8% | - |
| XYZ | 32.51 | 47.64 | 60.91 | - |
| YUV | 153.08 | 153.34 | 44.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 204 | 198 | 0.82 | 0 | 0.03 | 0.2 | 177.86 | 0.7 | 0.47 |
| Hex | 24 | CC | C6 | 52 | 0 | 3 | 14 | B2 | 46 | 2F |
| Octal | 44 | 314 | 306 | 122 | 0 | 3 | 24 | 262 | 106 | 57 |
| Binary | 100100 | 11001100 | 11000110 | 1010010 | 0 | 11 | 10100 | 10110010 | 1000110 | 101111 |
Color Harmonies of #24CCC6
Complementary color
Monochromatic Colors of #24CCC6
Black with #24CCC6
Text Example
Text Example
White with #24CCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24CCC6; }
p { color: rgb(36,204,198); }
H1.HeaderClassName
{
color: #24CCC6;
}
.AnyTagClassName
{
color: #24CCC6;
}
</style>
background-color css
<style>
a { background-color: #24CCC6; }
a { background-color: rgb(36,204,198); }
div.DivClassName
{
background-color: #24CCC6;
}
.BgClassName
{
background-color: #24CCC6;
}
</style>
border-color css
<style>
span { border-color: #24CCC6; }
span { border-color: rgb(36,204,198); }
td.TdClassName
{
border-color: #24CCC6;
}
.TagClassName
{
border-color: #24CCC6;
}
</style>