Shades of Turquoise #24FFCC
Tints of Turquoise #24FFCC
RGB
CMYK
RGB Variations
Color information
#24FFCC (or 0x24FFCC) is known color: Turquoise. HEX triplet: 24, FF and CC. RGB value is (36,255,204). Sum of RGB (Red+Green+Blue) = 36+255+204=495 (65% of max value = 765). Red value is 36 (14.45% from 255 or 7.27% from 495); Green value is 255 (100% from 255 or 51.52% from 495); Blue value is 204 (80.08% from 255 or 41.21% from 495); Max value from RGB is 255 - color contains mainly: green. Hex color #24FFCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24FFCC is #DB0033. Grayscale: #B7B7B7. Windows color (decimal): -14352436 or 13434660. OLE color: 13434660.
HSL color Cylindrical-coordinate representation of color #24FFCC: hue angle of 166.03º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #24FFCC is Cyan = 0.86, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 36 | 255 | 204 | - |
| CMYK | 0.86 | 0 | 0.2 | 0 |
| HSL | 166.03º | 1% | 0.57% | - |
| HSV(B) | 166.03º | 0.86% | 1% | - |
| XYZ | 47.39 | 76.25 | 69.35 | - |
| YUV | 183.71 | 139.45 | 22.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 255 | 204 | 0.86 | 0 | 0.2 | 0 | 166.03 | 1 | 0.57 |
| Hex | 24 | FF | CC | 56 | 0 | 14 | 0 | A6 | 64 | 39 |
| Octal | 44 | 377 | 314 | 126 | 0 | 24 | 0 | 246 | 144 | 71 |
| Binary | 100100 | 11111111 | 11001100 | 1010110 | 0 | 10100 | 0 | 10100110 | 1100100 | 111001 |
Color Harmonies of #24FFCC
Complementary color
Monochromatic Colors of #24FFCC
Black with #24FFCC
Text Example
Text Example
White with #24FFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24FFCC; }
p { color: rgb(36,255,204); }
H1.HeaderClassName
{
color: #24FFCC;
}
.AnyTagClassName
{
color: #24FFCC;
}
</style>
background-color css
<style>
a { background-color: #24FFCC; }
a { background-color: rgb(36,255,204); }
div.DivClassName
{
background-color: #24FFCC;
}
.BgClassName
{
background-color: #24FFCC;
}
</style>
border-color css
<style>
span { border-color: #24FFCC; }
span { border-color: rgb(36,255,204); }
td.TdClassName
{
border-color: #24FFCC;
}
.TagClassName
{
border-color: #24FFCC;
}
</style>