Shades of Turquoise #24FCC0
Tints of Turquoise #24FCC0
RGB
CMYK
RGB Variations
Color information
#24FCC0 (or 0x24FCC0) is known color: Turquoise. HEX triplet: 24, FC and C0. RGB value is (36,252,192). Sum of RGB (Red+Green+Blue) = 36+252+192=480 (63% of max value = 765). Red value is 36 (14.45% from 255 or 7.5% from 480); Green value is 252 (98.83% from 255 or 52.5% from 480); Blue value is 192 (75.39% from 255 or 40% from 480); Max value from RGB is 252 - color contains mainly: green. Hex color #24FCC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24FCC0 is #DB033F. Grayscale: #B4B4B4. Windows color (decimal): -14353216 or 12647460. OLE color: 12647460.
HSL color Cylindrical-coordinate representation of color #24FCC0: hue angle of 163.33º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #24FCC0 is Cyan = 0.86, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 36 | 252 | 192 | - |
| CMYK | 0.86 | 0 | 0.24 | 0.01 |
| HSL | 163.33º | 0.97% | 0.56% | - |
| HSV(B) | 163.33º | 0.86% | 0.99% | - |
| XYZ | 45.05 | 73.8 | 61.74 | - |
| YUV | 180.58 | 134.44 | 24.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 252 | 192 | 0.86 | 0 | 0.24 | 0.01 | 163.33 | 0.97 | 0.56 |
| Hex | 24 | FC | C0 | 56 | 0 | 18 | 1 | A3 | 61 | 38 |
| Octal | 44 | 374 | 300 | 126 | 0 | 30 | 1 | 243 | 141 | 70 |
| Binary | 100100 | 11111100 | 11000000 | 1010110 | 0 | 11000 | 1 | 10100011 | 1100001 | 111000 |
Color Harmonies of #24FCC0
Complementary color
Monochromatic Colors of #24FCC0
Black with #24FCC0
Text Example
Text Example
White with #24FCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24FCC0; }
p { color: rgb(36,252,192); }
H1.HeaderClassName
{
color: #24FCC0;
}
.AnyTagClassName
{
color: #24FCC0;
}
</style>
background-color css
<style>
a { background-color: #24FCC0; }
a { background-color: rgb(36,252,192); }
div.DivClassName
{
background-color: #24FCC0;
}
.BgClassName
{
background-color: #24FCC0;
}
</style>
border-color css
<style>
span { border-color: #24FCC0; }
span { border-color: rgb(36,252,192); }
td.TdClassName
{
border-color: #24FCC0;
}
.TagClassName
{
border-color: #24FCC0;
}
</style>