Shades of Bright Turquoise #24E7ED
Tints of Bright Turquoise #24E7ED
RGB
CMYK
RGB Variations
Color information
#24E7ED (or 0x24E7ED) is known color: Bright Turquoise. HEX triplet: 24, E7 and ED. RGB value is (36,231,237). Sum of RGB (Red+Green+Blue) = 36+231+237=504 (66% of max value = 765). Red value is 36 (14.45% from 255 or 7.14% from 504); Green value is 231 (90.62% from 255 or 45.83% from 504); Blue value is 237 (92.97% from 255 or 47.02% from 504); Max value from RGB is 237 - color contains mainly: blue. Hex color #24E7ED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #24E7ED is #DB1812. Grayscale: #ADADAD. Windows color (decimal): -14358547 or 15591204. OLE color: 15591204.
HSL color Cylindrical-coordinate representation of color #24E7ED: hue angle of 181.79º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #24E7ED is Cyan = 0.85, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 36 | 231 | 237 | - |
| CMYK | 0.85 | 0.03 | 0 | 0.07 |
| HSL | 181.79º | 0.85% | 0.54% | - |
| HSV(B) | 181.79º | 0.85% | 0.93% | - |
| XYZ | 44.59 | 63.64 | 90.05 | - |
| YUV | 173.38 | 163.9 | 30.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 231 | 237 | 0.85 | 0.03 | 0 | 0.07 | 181.79 | 0.85 | 0.54 |
| Hex | 24 | E7 | ED | 55 | 3 | 0 | 7 | B6 | 55 | 36 |
| Octal | 44 | 347 | 355 | 125 | 3 | 0 | 7 | 266 | 125 | 66 |
| Binary | 100100 | 11100111 | 11101101 | 1010101 | 11 | 0 | 111 | 10110110 | 1010101 | 110110 |
Color Harmonies of #24E7ED
Complementary color
Monochromatic Colors of #24E7ED
Black with #24E7ED
Text Example
Text Example
White with #24E7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24E7ED; }
p { color: rgb(36,231,237); }
H1.HeaderClassName
{
color: #24E7ED;
}
.AnyTagClassName
{
color: #24E7ED;
}
</style>
background-color css
<style>
a { background-color: #24E7ED; }
a { background-color: rgb(36,231,237); }
div.DivClassName
{
background-color: #24E7ED;
}
.BgClassName
{
background-color: #24E7ED;
}
</style>
border-color css
<style>
span { border-color: #24E7ED; }
span { border-color: rgb(36,231,237); }
td.TdClassName
{
border-color: #24E7ED;
}
.TagClassName
{
border-color: #24E7ED;
}
</style>