Shades of Bright Turquoise #24E7D9
Tints of Bright Turquoise #24E7D9
RGB
CMYK
RGB Variations
Color information
#24E7D9 (or 0x24E7D9) is known color: Bright Turquoise. HEX triplet: 24, E7 and D9. RGB value is (36,231,217). Sum of RGB (Red+Green+Blue) = 36+231+217=484 (64% of max value = 765). Red value is 36 (14.45% from 255 or 7.44% from 484); Green value is 231 (90.62% from 255 or 47.73% from 484); Blue value is 217 (85.16% from 255 or 44.83% from 484); Max value from RGB is 231 - color contains mainly: green. Hex color #24E7D9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24E7D9 is #DB1826. Grayscale: #AAAAAA. Windows color (decimal): -14358567 or 14280484. OLE color: 14280484.
HSL color Cylindrical-coordinate representation of color #24E7D9: hue angle of 175.69º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #24E7D9 is Cyan = 0.84, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 36 | 231 | 217 | - |
| CMYK | 0.84 | 0 | 0.06 | 0.09 |
| HSL | 175.69º | 0.8% | 0.52% | - |
| HSV(B) | 175.69º | 0.84% | 0.91% | - |
| XYZ | 41.83 | 62.54 | 75.51 | - |
| YUV | 171.1 | 153.9 | 31.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 231 | 217 | 0.84 | 0 | 0.06 | 0.09 | 175.69 | 0.8 | 0.52 |
| Hex | 24 | E7 | D9 | 54 | 0 | 6 | 9 | B0 | 50 | 34 |
| Octal | 44 | 347 | 331 | 124 | 0 | 6 | 11 | 260 | 120 | 64 |
| Binary | 100100 | 11100111 | 11011001 | 1010100 | 0 | 110 | 1001 | 10110000 | 1010000 | 110100 |
Color Harmonies of #24E7D9
Complementary color
Monochromatic Colors of #24E7D9
Black with #24E7D9
Text Example
Text Example
White with #24E7D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24E7D9; }
p { color: rgb(36,231,217); }
H1.HeaderClassName
{
color: #24E7D9;
}
.AnyTagClassName
{
color: #24E7D9;
}
</style>
background-color css
<style>
a { background-color: #24E7D9; }
a { background-color: rgb(36,231,217); }
div.DivClassName
{
background-color: #24E7D9;
}
.BgClassName
{
background-color: #24E7D9;
}
</style>
border-color css
<style>
span { border-color: #24E7D9; }
span { border-color: rgb(36,231,217); }
td.TdClassName
{
border-color: #24E7D9;
}
.TagClassName
{
border-color: #24E7D9;
}
</style>