Shades of Turquoise #24E9D3
Tints of Turquoise #24E9D3
RGB
CMYK
RGB Variations
Color information
#24E9D3 (or 0x24E9D3) is known color: Turquoise. HEX triplet: 24, E9 and D3. RGB value is (36,233,211). Sum of RGB (Red+Green+Blue) = 36+233+211=480 (63% of max value = 765). Red value is 36 (14.45% from 255 or 7.5% from 480); Green value is 233 (91.41% from 255 or 48.54% from 480); Blue value is 211 (82.81% from 255 or 43.96% from 480); Max value from RGB is 233 - color contains mainly: green. Hex color #24E9D3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24E9D3 is #DB162C. Grayscale: #ABABAB. Windows color (decimal): -14358061 or 13887780. OLE color: 13887780.
HSL color Cylindrical-coordinate representation of color #24E9D3: hue angle of 173.3º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #24E9D3 is Cyan = 0.85, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 36 | 233 | 211 | - |
| CMYK | 0.85 | 0 | 0.09 | 0.09 |
| HSL | 173.3º | 0.82% | 0.53% | - |
| HSV(B) | 173.3º | 0.85% | 0.91% | - |
| XYZ | 41.62 | 63.36 | 71.66 | - |
| YUV | 171.59 | 150.23 | 31.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 233 | 211 | 0.85 | 0 | 0.09 | 0.09 | 173.3 | 0.82 | 0.53 |
| Hex | 24 | E9 | D3 | 55 | 0 | 9 | 9 | AD | 52 | 35 |
| Octal | 44 | 351 | 323 | 125 | 0 | 11 | 11 | 255 | 122 | 65 |
| Binary | 100100 | 11101001 | 11010011 | 1010101 | 0 | 1001 | 1001 | 10101101 | 1010010 | 110101 |
Color Harmonies of #24E9D3
Complementary color
Monochromatic Colors of #24E9D3
Black with #24E9D3
Text Example
Text Example
White with #24E9D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24E9D3; }
p { color: rgb(36,233,211); }
H1.HeaderClassName
{
color: #24E9D3;
}
.AnyTagClassName
{
color: #24E9D3;
}
</style>
background-color css
<style>
a { background-color: #24E9D3; }
a { background-color: rgb(36,233,211); }
div.DivClassName
{
background-color: #24E9D3;
}
.BgClassName
{
background-color: #24E9D3;
}
</style>
border-color css
<style>
span { border-color: #24E9D3; }
span { border-color: rgb(36,233,211); }
td.TdClassName
{
border-color: #24E9D3;
}
.TagClassName
{
border-color: #24E9D3;
}
</style>