Shades of Bright Turquoise #24E9DB
Tints of Bright Turquoise #24E9DB
RGB
CMYK
RGB Variations
Color information
#24E9DB (or 0x24E9DB) is known color: Bright Turquoise. HEX triplet: 24, E9 and DB. RGB value is (36,233,219). Sum of RGB (Red+Green+Blue) = 36+233+219=488 (64% of max value = 765). Red value is 36 (14.45% from 255 or 7.38% from 488); Green value is 233 (91.41% from 255 or 47.75% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 233 - color contains mainly: green. Hex color #24E9DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24E9DB is #DB1624. Grayscale: #ACACAC. Windows color (decimal): -14358053 or 14412068. OLE color: 14412068.
HSL color Cylindrical-coordinate representation of color #24E9DB: hue angle of 175.74º 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 #24E9DB is Cyan = 0.85, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 36 | 233 | 219 | - |
| CMYK | 0.85 | 0 | 0.06 | 0.09 |
| HSL | 175.74º | 0.82% | 0.53% | - |
| HSV(B) | 175.74º | 0.85% | 0.91% | - |
| XYZ | 42.65 | 63.77 | 77.08 | - |
| YUV | 172.5 | 154.23 | 30.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 233 | 219 | 0.85 | 0 | 0.06 | 0.09 | 175.74 | 0.82 | 0.53 |
| Hex | 24 | E9 | DB | 55 | 0 | 6 | 9 | B0 | 52 | 35 |
| Octal | 44 | 351 | 333 | 125 | 0 | 6 | 11 | 260 | 122 | 65 |
| Binary | 100100 | 11101001 | 11011011 | 1010101 | 0 | 110 | 1001 | 10110000 | 1010010 | 110101 |
Color Harmonies of #24E9DB
Complementary color
Monochromatic Colors of #24E9DB
Black with #24E9DB
Text Example
Text Example
White with #24E9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24E9DB; }
p { color: rgb(36,233,219); }
H1.HeaderClassName
{
color: #24E9DB;
}
.AnyTagClassName
{
color: #24E9DB;
}
</style>
background-color css
<style>
a { background-color: #24E9DB; }
a { background-color: rgb(36,233,219); }
div.DivClassName
{
background-color: #24E9DB;
}
.BgClassName
{
background-color: #24E9DB;
}
</style>
border-color css
<style>
span { border-color: #24E9DB; }
span { border-color: rgb(36,233,219); }
td.TdClassName
{
border-color: #24E9DB;
}
.TagClassName
{
border-color: #24E9DB;
}
</style>