Shades of Turquoise #24EBD2
Tints of Turquoise #24EBD2
RGB
CMYK
RGB Variations
Color information
#24EBD2 (or 0x24EBD2) is known color: Turquoise. HEX triplet: 24, EB and D2. RGB value is (36,235,210). Sum of RGB (Red+Green+Blue) = 36+235+210=481 (63% of max value = 765). Red value is 36 (14.45% from 255 or 7.48% from 481); Green value is 235 (92.19% from 255 or 48.86% from 481); Blue value is 210 (82.42% from 255 or 43.66% from 481); Max value from RGB is 235 - color contains mainly: green. Hex color #24EBD2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24EBD2 is #DB142D. Grayscale: #ACACAC. Windows color (decimal): -14357550 or 13822756. OLE color: 13822756.
HSL color Cylindrical-coordinate representation of color #24EBD2: hue angle of 172.46º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #24EBD2 is Cyan = 0.85, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 36 | 235 | 210 | - |
| CMYK | 0.85 | 0 | 0.11 | 0.08 |
| HSL | 172.46º | 0.83% | 0.53% | - |
| HSV(B) | 172.46º | 0.85% | 0.92% | - |
| XYZ | 42.07 | 64.44 | 71.19 | - |
| YUV | 172.65 | 149.07 | 30.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 235 | 210 | 0.85 | 0 | 0.11 | 0.08 | 172.46 | 0.83 | 0.53 |
| Hex | 24 | EB | D2 | 55 | 0 | B | 8 | AC | 53 | 35 |
| Octal | 44 | 353 | 322 | 125 | 0 | 13 | 10 | 254 | 123 | 65 |
| Binary | 100100 | 11101011 | 11010010 | 1010101 | 0 | 1011 | 1000 | 10101100 | 1010011 | 110101 |
Color Harmonies of #24EBD2
Complementary color
Monochromatic Colors of #24EBD2
Black with #24EBD2
Text Example
Text Example
White with #24EBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24EBD2; }
p { color: rgb(36,235,210); }
H1.HeaderClassName
{
color: #24EBD2;
}
.AnyTagClassName
{
color: #24EBD2;
}
</style>
background-color css
<style>
a { background-color: #24EBD2; }
a { background-color: rgb(36,235,210); }
div.DivClassName
{
background-color: #24EBD2;
}
.BgClassName
{
background-color: #24EBD2;
}
</style>
border-color css
<style>
span { border-color: #24EBD2; }
span { border-color: rgb(36,235,210); }
td.TdClassName
{
border-color: #24EBD2;
}
.TagClassName
{
border-color: #24EBD2;
}
</style>