Shades of Turquoise #24F4CE
Tints of Turquoise #24F4CE
RGB
CMYK
RGB Variations
Color information
#24F4CE (or 0x24F4CE) is known color: Turquoise. HEX triplet: 24, F4 and CE. RGB value is (36,244,206). Sum of RGB (Red+Green+Blue) = 36+244+206=486 (64% of max value = 765). Red value is 36 (14.45% from 255 or 7.41% from 486); Green value is 244 (95.70% from 255 or 50.21% from 486); Blue value is 206 (80.86% from 255 or 42.39% from 486); Max value from RGB is 244 - color contains mainly: green. Hex color #24F4CE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24F4CE is #DB0B31. Grayscale: #B1B1B1. Windows color (decimal): -14355250 or 13562916. OLE color: 13562916.
HSL color Cylindrical-coordinate representation of color #24F4CE: hue angle of 169.04º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #24F4CE is Cyan = 0.85, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 36 | 244 | 206 | - |
| CMYK | 0.85 | 0 | 0.16 | 0.04 |
| HSL | 169.04º | 0.9% | 0.55% | - |
| HSV(B) | 169.04º | 0.85% | 0.96% | - |
| XYZ | 44.22 | 69.53 | 69.48 | - |
| YUV | 177.48 | 144.09 | 27.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 244 | 206 | 0.85 | 0 | 0.16 | 0.04 | 169.04 | 0.9 | 0.55 |
| Hex | 24 | F4 | CE | 55 | 0 | 10 | 4 | A9 | 5A | 37 |
| Octal | 44 | 364 | 316 | 125 | 0 | 20 | 4 | 251 | 132 | 67 |
| Binary | 100100 | 11110100 | 11001110 | 1010101 | 0 | 10000 | 100 | 10101001 | 1011010 | 110111 |
Color Harmonies of #24F4CE
Complementary color
Monochromatic Colors of #24F4CE
Black with #24F4CE
Text Example
Text Example
White with #24F4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24F4CE; }
p { color: rgb(36,244,206); }
H1.HeaderClassName
{
color: #24F4CE;
}
.AnyTagClassName
{
color: #24F4CE;
}
</style>
background-color css
<style>
a { background-color: #24F4CE; }
a { background-color: rgb(36,244,206); }
div.DivClassName
{
background-color: #24F4CE;
}
.BgClassName
{
background-color: #24F4CE;
}
</style>
border-color css
<style>
span { border-color: #24F4CE; }
span { border-color: rgb(36,244,206); }
td.TdClassName
{
border-color: #24F4CE;
}
.TagClassName
{
border-color: #24F4CE;
}
</style>