Shades of Bright Turquoise #24E9E5
Tints of Bright Turquoise #24E9E5
RGB
CMYK
RGB Variations
Color information
#24E9E5 (or 0x24E9E5) is known color: Bright Turquoise. HEX triplet: 24, E9 and E5. RGB value is (36,233,229). Sum of RGB (Red+Green+Blue) = 36+233+229=498 (65% of max value = 765). Red value is 36 (14.45% from 255 or 7.23% from 498); Green value is 233 (91.41% from 255 or 46.79% from 498); Blue value is 229 (89.84% from 255 or 45.98% from 498); Max value from RGB is 233 - color contains mainly: green. Hex color #24E9E5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24E9E5 is #DB161A. Grayscale: #ADADAD. Windows color (decimal): -14358043 or 15067428. OLE color: 15067428.
HSL color Cylindrical-coordinate representation of color #24E9E5: hue angle of 178.78º 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 #24E9E5 is Cyan = 0.85, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 36 | 233 | 229 | - |
| CMYK | 0.85 | 0 | 0.02 | 0.09 |
| HSL | 178.78º | 0.82% | 0.53% | - |
| HSV(B) | 178.78º | 0.85% | 0.91% | - |
| XYZ | 44.01 | 64.31 | 84.22 | - |
| YUV | 173.64 | 159.23 | 29.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 233 | 229 | 0.85 | 0 | 0.02 | 0.09 | 178.78 | 0.82 | 0.53 |
| Hex | 24 | E9 | E5 | 55 | 0 | 2 | 9 | B3 | 52 | 35 |
| Octal | 44 | 351 | 345 | 125 | 0 | 2 | 11 | 263 | 122 | 65 |
| Binary | 100100 | 11101001 | 11100101 | 1010101 | 0 | 10 | 1001 | 10110011 | 1010010 | 110101 |
Color Harmonies of #24E9E5
Complementary color
Monochromatic Colors of #24E9E5
Black with #24E9E5
Text Example
Text Example
White with #24E9E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24E9E5; }
p { color: rgb(36,233,229); }
H1.HeaderClassName
{
color: #24E9E5;
}
.AnyTagClassName
{
color: #24E9E5;
}
</style>
background-color css
<style>
a { background-color: #24E9E5; }
a { background-color: rgb(36,233,229); }
div.DivClassName
{
background-color: #24E9E5;
}
.BgClassName
{
background-color: #24E9E5;
}
</style>
border-color css
<style>
span { border-color: #24E9E5; }
span { border-color: rgb(36,233,229); }
td.TdClassName
{
border-color: #24E9E5;
}
.TagClassName
{
border-color: #24E9E5;
}
</style>