Shades of Turquoise #24FEBB
Tints of Turquoise #24FEBB
RGB
CMYK
RGB Variations
Color information
#24FEBB (or 0x24FEBB) is known color: Turquoise. HEX triplet: 24, FE and BB. RGB value is (36,254,187). Sum of RGB (Red+Green+Blue) = 36+254+187=477 (63% of max value = 765). Red value is 36 (14.45% from 255 or 7.55% from 477); Green value is 254 (99.61% from 255 or 53.25% from 477); Blue value is 187 (73.44% from 255 or 39.20% from 477); Max value from RGB is 254 - color contains mainly: green. Hex color #24FEBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24FEBB is #DB0144. Grayscale: #B5B5B5. Windows color (decimal): -14352709 or 12320292. OLE color: 12320292.
HSL color Cylindrical-coordinate representation of color #24FEBB: hue angle of 161.56º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #24FEBB is Cyan = 0.86, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 36 | 254 | 187 | - |
| CMYK | 0.86 | 0 | 0.26 | 0.00 |
| HSL | 161.56º | 0.99% | 0.57% | - |
| HSV(B) | 161.56º | 0.86% | 1% | - |
| XYZ | 45.14 | 74.85 | 59.08 | - |
| YUV | 181.18 | 131.28 | 24.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 254 | 187 | 0.86 | 0 | 0.26 | 0.00 | 161.56 | 0.99 | 0.57 |
| Hex | 24 | FE | BB | 56 | 0 | 1A | 0 | A2 | 63 | 39 |
| Octal | 44 | 376 | 273 | 126 | 0 | 32 | 0 | 242 | 143 | 71 |
| Binary | 100100 | 11111110 | 10111011 | 1010110 | 0 | 11010 | 0 | 10100010 | 1100011 | 111001 |
Color Harmonies of #24FEBB
Complementary color
Monochromatic Colors of #24FEBB
Black with #24FEBB
Text Example
Text Example
White with #24FEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24FEBB; }
p { color: rgb(36,254,187); }
H1.HeaderClassName
{
color: #24FEBB;
}
.AnyTagClassName
{
color: #24FEBB;
}
</style>
background-color css
<style>
a { background-color: #24FEBB; }
a { background-color: rgb(36,254,187); }
div.DivClassName
{
background-color: #24FEBB;
}
.BgClassName
{
background-color: #24FEBB;
}
</style>
border-color css
<style>
span { border-color: #24FEBB; }
span { border-color: rgb(36,254,187); }
td.TdClassName
{
border-color: #24FEBB;
}
.TagClassName
{
border-color: #24FEBB;
}
</style>