Shades of Turquoise #24F5CE
Tints of Turquoise #24F5CE
RGB
CMYK
RGB Variations
Color information
#24F5CE (or 0x24F5CE) is known color: Turquoise. HEX triplet: 24, F5 and CE. RGB value is (36,245,206). Sum of RGB (Red+Green+Blue) = 36+245+206=487 (64% of max value = 765). Red value is 36 (14.45% from 255 or 7.39% from 487); Green value is 245 (96.09% from 255 or 50.31% from 487); Blue value is 206 (80.86% from 255 or 42.30% from 487); Max value from RGB is 245 - color contains mainly: green. Hex color #24F5CE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24F5CE is #DB0A31. Grayscale: #B2B2B2. Windows color (decimal): -14354994 or 13563172. OLE color: 13563172.
HSL color Cylindrical-coordinate representation of color #24F5CE: hue angle of 168.8º degrees, saturation: 0.91, 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 #24F5CE is Cyan = 0.85, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 36 | 245 | 206 | - |
| CMYK | 0.85 | 0 | 0.16 | 0.04 |
| HSL | 168.8º | 0.91% | 0.55% | - |
| HSV(B) | 168.8º | 0.85% | 0.96% | - |
| XYZ | 44.52 | 70.14 | 69.58 | - |
| YUV | 178.06 | 143.76 | 26.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 245 | 206 | 0.85 | 0 | 0.16 | 0.04 | 168.8 | 0.91 | 0.55 |
| Hex | 24 | F5 | CE | 55 | 0 | 10 | 4 | A9 | 5B | 37 |
| Octal | 44 | 365 | 316 | 125 | 0 | 20 | 4 | 251 | 133 | 67 |
| Binary | 100100 | 11110101 | 11001110 | 1010101 | 0 | 10000 | 100 | 10101001 | 1011011 | 110111 |
Color Harmonies of #24F5CE
Complementary color
Monochromatic Colors of #24F5CE
Black with #24F5CE
Text Example
Text Example
White with #24F5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24F5CE; }
p { color: rgb(36,245,206); }
H1.HeaderClassName
{
color: #24F5CE;
}
.AnyTagClassName
{
color: #24F5CE;
}
</style>
background-color css
<style>
a { background-color: #24F5CE; }
a { background-color: rgb(36,245,206); }
div.DivClassName
{
background-color: #24F5CE;
}
.BgClassName
{
background-color: #24F5CE;
}
</style>
border-color css
<style>
span { border-color: #24F5CE; }
span { border-color: rgb(36,245,206); }
td.TdClassName
{
border-color: #24F5CE;
}
.TagClassName
{
border-color: #24F5CE;
}
</style>