Shades of Turquoise #24EDB5
Tints of Turquoise #24EDB5
RGB
CMYK
RGB Variations
Color information
#24EDB5 (or 0x24EDB5) is known color: Turquoise. HEX triplet: 24, ED and B5. RGB value is (36,237,181). Sum of RGB (Red+Green+Blue) = 36+237+181=454 (60% of max value = 765). Red value is 36 (14.45% from 255 or 7.93% from 454); Green value is 237 (92.97% from 255 or 52.20% from 454); Blue value is 181 (71.09% from 255 or 39.87% from 454); Max value from RGB is 237 - color contains mainly: green. Hex color #24EDB5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24EDB5 is #DB124A. Grayscale: #AAAAAA. Windows color (decimal): -14357067 or 11922724. OLE color: 11922724.
HSL color Cylindrical-coordinate representation of color #24EDB5: hue angle of 163.28º 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 #24EDB5 is Cyan = 0.85, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 36 | 237 | 181 | - |
| CMYK | 0.85 | 0 | 0.24 | 0.07 |
| HSL | 163.28º | 0.85% | 0.54% | - |
| HSV(B) | 163.28º | 0.85% | 0.93% | - |
| XYZ | 39.35 | 64.28 | 54.05 | - |
| YUV | 170.52 | 133.91 | 32.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 237 | 181 | 0.85 | 0 | 0.24 | 0.07 | 163.28 | 0.85 | 0.54 |
| Hex | 24 | ED | B5 | 55 | 0 | 18 | 7 | A3 | 55 | 36 |
| Octal | 44 | 355 | 265 | 125 | 0 | 30 | 7 | 243 | 125 | 66 |
| Binary | 100100 | 11101101 | 10110101 | 1010101 | 0 | 11000 | 111 | 10100011 | 1010101 | 110110 |
Color Harmonies of #24EDB5
Complementary color
Monochromatic Colors of #24EDB5
Black with #24EDB5
Text Example
Text Example
White with #24EDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24EDB5; }
p { color: rgb(36,237,181); }
H1.HeaderClassName
{
color: #24EDB5;
}
.AnyTagClassName
{
color: #24EDB5;
}
</style>
background-color css
<style>
a { background-color: #24EDB5; }
a { background-color: rgb(36,237,181); }
div.DivClassName
{
background-color: #24EDB5;
}
.BgClassName
{
background-color: #24EDB5;
}
</style>
border-color css
<style>
span { border-color: #24EDB5; }
span { border-color: rgb(36,237,181); }
td.TdClassName
{
border-color: #24EDB5;
}
.TagClassName
{
border-color: #24EDB5;
}
</style>