Shades of Turquoise #24EBBE
Tints of Turquoise #24EBBE
RGB
CMYK
RGB Variations
Color information
#24EBBE (or 0x24EBBE) is known color: Turquoise. HEX triplet: 24, EB and BE. RGB value is (36,235,190). Sum of RGB (Red+Green+Blue) = 36+235+190=461 (61% of max value = 765). Red value is 36 (14.45% from 255 or 7.81% from 461); Green value is 235 (92.19% from 255 or 50.98% from 461); Blue value is 190 (74.61% from 255 or 41.21% from 461); Max value from RGB is 235 - color contains mainly: green. Hex color #24EBBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24EBBE is #DB1441. Grayscale: #AAAAAA. Windows color (decimal): -14357570 or 12512036. OLE color: 12512036.
HSL color Cylindrical-coordinate representation of color #24EBBE: hue angle of 166.43º degrees, saturation: 0.83, 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 #24EBBE is Cyan = 0.85, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 36 | 235 | 190 | - |
| CMYK | 0.85 | 0 | 0.19 | 0.08 |
| HSL | 166.43º | 0.83% | 0.53% | - |
| HSV(B) | 166.43º | 0.85% | 0.92% | - |
| XYZ | 39.73 | 63.51 | 58.88 | - |
| YUV | 170.37 | 139.07 | 32.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 235 | 190 | 0.85 | 0 | 0.19 | 0.08 | 166.43 | 0.83 | 0.53 |
| Hex | 24 | EB | BE | 55 | 0 | 13 | 8 | A6 | 53 | 35 |
| Octal | 44 | 353 | 276 | 125 | 0 | 23 | 10 | 246 | 123 | 65 |
| Binary | 100100 | 11101011 | 10111110 | 1010101 | 0 | 10011 | 1000 | 10100110 | 1010011 | 110101 |
Color Harmonies of #24EBBE
Complementary color
Monochromatic Colors of #24EBBE
Black with #24EBBE
Text Example
Text Example
White with #24EBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24EBBE; }
p { color: rgb(36,235,190); }
H1.HeaderClassName
{
color: #24EBBE;
}
.AnyTagClassName
{
color: #24EBBE;
}
</style>
background-color css
<style>
a { background-color: #24EBBE; }
a { background-color: rgb(36,235,190); }
div.DivClassName
{
background-color: #24EBBE;
}
.BgClassName
{
background-color: #24EBBE;
}
</style>
border-color css
<style>
span { border-color: #24EBBE; }
span { border-color: rgb(36,235,190); }
td.TdClassName
{
border-color: #24EBBE;
}
.TagClassName
{
border-color: #24EBBE;
}
</style>