Shades of Turquoise #24FEBC
Tints of Turquoise #24FEBC
RGB
CMYK
RGB Variations
Color information
#24FEBC (or 0x24FEBC) is known color: Turquoise. HEX triplet: 24, FE and BC. RGB value is (36,254,188). Sum of RGB (Red+Green+Blue) = 36+254+188=478 (63% of max value = 765). Red value is 36 (14.45% from 255 or 7.53% from 478); Green value is 254 (99.61% from 255 or 53.14% from 478); Blue value is 188 (73.83% from 255 or 39.33% from 478); Max value from RGB is 254 - color contains mainly: green. Hex color #24FEBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24FEBC is #DB0143. Grayscale: #B5B5B5. Windows color (decimal): -14352708 or 12385828. OLE color: 12385828.
HSL color Cylindrical-coordinate representation of color #24FEBC: hue angle of 161.83º 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 #24FEBC is Cyan = 0.86, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 36 | 254 | 188 | - |
| CMYK | 0.86 | 0 | 0.26 | 0.00 |
| HSL | 161.83º | 0.99% | 0.57% | - |
| HSV(B) | 161.83º | 0.86% | 1% | - |
| XYZ | 45.25 | 74.89 | 59.65 | - |
| YUV | 181.29 | 131.78 | 24.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 254 | 188 | 0.86 | 0 | 0.26 | 0.00 | 161.83 | 0.99 | 0.57 |
| Hex | 24 | FE | BC | 56 | 0 | 1A | 0 | A2 | 63 | 39 |
| Octal | 44 | 376 | 274 | 126 | 0 | 32 | 0 | 242 | 143 | 71 |
| Binary | 100100 | 11111110 | 10111100 | 1010110 | 0 | 11010 | 0 | 10100010 | 1100011 | 111001 |
Color Harmonies of #24FEBC
Complementary color
Monochromatic Colors of #24FEBC
Black with #24FEBC
Text Example
Text Example
White with #24FEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24FEBC; }
p { color: rgb(36,254,188); }
H1.HeaderClassName
{
color: #24FEBC;
}
.AnyTagClassName
{
color: #24FEBC;
}
</style>
background-color css
<style>
a { background-color: #24FEBC; }
a { background-color: rgb(36,254,188); }
div.DivClassName
{
background-color: #24FEBC;
}
.BgClassName
{
background-color: #24FEBC;
}
</style>
border-color css
<style>
span { border-color: #24FEBC; }
span { border-color: rgb(36,254,188); }
td.TdClassName
{
border-color: #24FEBC;
}
.TagClassName
{
border-color: #24FEBC;
}
</style>