Shades of Turquoise #24E9BE
Tints of Turquoise #24E9BE
RGB
CMYK
RGB Variations
Color information
#24E9BE (or 0x24E9BE) is known color: Turquoise. HEX triplet: 24, E9 and BE. RGB value is (36,233,190). Sum of RGB (Red+Green+Blue) = 36+233+190=459 (60% of max value = 765). Red value is 36 (14.45% from 255 or 7.84% from 459); Green value is 233 (91.41% from 255 or 50.76% from 459); Blue value is 190 (74.61% from 255 or 41.39% from 459); Max value from RGB is 233 - color contains mainly: green. Hex color #24E9BE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24E9BE is #DB1641. Grayscale: #A9A9A9. Windows color (decimal): -14358082 or 12511524. OLE color: 12511524.
HSL color Cylindrical-coordinate representation of color #24E9BE: hue angle of 166.9º 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 #24E9BE is Cyan = 0.85, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 36 | 233 | 190 | - |
| CMYK | 0.85 | 0 | 0.18 | 0.09 |
| HSL | 166.9º | 0.82% | 0.53% | - |
| HSV(B) | 166.9º | 0.85% | 0.91% | - |
| XYZ | 39.16 | 62.37 | 58.69 | - |
| YUV | 169.2 | 139.73 | 33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 233 | 190 | 0.85 | 0 | 0.18 | 0.09 | 166.9 | 0.82 | 0.53 |
| Hex | 24 | E9 | BE | 55 | 0 | 12 | 9 | A7 | 52 | 35 |
| Octal | 44 | 351 | 276 | 125 | 0 | 22 | 11 | 247 | 122 | 65 |
| Binary | 100100 | 11101001 | 10111110 | 1010101 | 0 | 10010 | 1001 | 10100111 | 1010010 | 110101 |
Color Harmonies of #24E9BE
Complementary color
Monochromatic Colors of #24E9BE
Black with #24E9BE
Text Example
Text Example
White with #24E9BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24E9BE; }
p { color: rgb(36,233,190); }
H1.HeaderClassName
{
color: #24E9BE;
}
.AnyTagClassName
{
color: #24E9BE;
}
</style>
background-color css
<style>
a { background-color: #24E9BE; }
a { background-color: rgb(36,233,190); }
div.DivClassName
{
background-color: #24E9BE;
}
.BgClassName
{
background-color: #24E9BE;
}
</style>
border-color css
<style>
span { border-color: #24E9BE; }
span { border-color: rgb(36,233,190); }
td.TdClassName
{
border-color: #24E9BE;
}
.TagClassName
{
border-color: #24E9BE;
}
</style>