Shades of Bright Turquoise #24EADB
Tints of Bright Turquoise #24EADB
RGB
CMYK
RGB Variations
Color information
#24EADB (or 0x24EADB) is known color: Bright Turquoise. HEX triplet: 24, EA and DB. RGB value is (36,234,219). Sum of RGB (Red+Green+Blue) = 36+234+219=489 (64% of max value = 765). Red value is 36 (14.45% from 255 or 7.36% from 489); Green value is 234 (91.80% from 255 or 47.85% from 489); Blue value is 219 (85.94% from 255 or 44.79% from 489); Max value from RGB is 234 - color contains mainly: green. Hex color #24EADB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24EADB is #DB1524. Grayscale: #ACACAC. Windows color (decimal): -14357797 or 14412324. OLE color: 14412324.
HSL color Cylindrical-coordinate representation of color #24EADB: hue angle of 175.45º degrees, saturation: 0.82, 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 #24EADB is Cyan = 0.85, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 36 | 234 | 219 | - |
| CMYK | 0.85 | 0 | 0.06 | 0.08 |
| HSL | 175.45º | 0.83% | 0.53% | - |
| HSV(B) | 175.45º | 0.85% | 0.92% | - |
| XYZ | 42.94 | 64.34 | 77.17 | - |
| YUV | 173.09 | 153.9 | 30.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 234 | 219 | 0.85 | 0 | 0.06 | 0.08 | 175.45 | 0.83 | 0.53 |
| Hex | 24 | EA | DB | 55 | 0 | 6 | 8 | AF | 52 | 35 |
| Octal | 44 | 352 | 333 | 125 | 0 | 6 | 10 | 257 | 122 | 65 |
| Binary | 100100 | 11101010 | 11011011 | 1010101 | 0 | 110 | 1000 | 10101111 | 1010010 | 110101 |
Color Harmonies of #24EADB
Complementary color
Monochromatic Colors of #24EADB
Black with #24EADB
Text Example
Text Example
White with #24EADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24EADB; }
p { color: rgb(36,234,219); }
H1.HeaderClassName
{
color: #24EADB;
}
.AnyTagClassName
{
color: #24EADB;
}
</style>
background-color css
<style>
a { background-color: #24EADB; }
a { background-color: rgb(36,234,219); }
div.DivClassName
{
background-color: #24EADB;
}
.BgClassName
{
background-color: #24EADB;
}
</style>
border-color css
<style>
span { border-color: #24EADB; }
span { border-color: rgb(36,234,219); }
td.TdClassName
{
border-color: #24EADB;
}
.TagClassName
{
border-color: #24EADB;
}
</style>