Shades of Bright Turquoise #24F5EC
Tints of Bright Turquoise #24F5EC
RGB
CMYK
RGB Variations
Color information
#24F5EC (or 0x24F5EC) is known color: Bright Turquoise. HEX triplet: 24, F5 and EC. RGB value is (36,245,236). Sum of RGB (Red+Green+Blue) = 36+245+236=517 (68% of max value = 765). Red value is 36 (14.45% from 255 or 6.96% from 517); Green value is 245 (96.09% from 255 or 47.39% from 517); Blue value is 236 (92.58% from 255 or 45.65% from 517); Max value from RGB is 245 - color contains mainly: green. Hex color #24F5EC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #24F5EC is #DB0A13. Grayscale: #B5B5B5. Windows color (decimal): -14354964 or 15529252. OLE color: 15529252.
HSL color Cylindrical-coordinate representation of color #24F5EC: hue angle of 177.42º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #24F5EC is Cyan = 0.85, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 36 | 245 | 236 | - |
| CMYK | 0.85 | 0 | 0.04 | 0.04 |
| HSL | 177.42º | 0.91% | 0.55% | - |
| HSV(B) | 177.42º | 0.85% | 0.96% | - |
| XYZ | 48.52 | 71.74 | 90.65 | - |
| YUV | 181.48 | 158.76 | 24.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 245 | 236 | 0.85 | 0 | 0.04 | 0.04 | 177.42 | 0.91 | 0.55 |
| Hex | 24 | F5 | EC | 55 | 0 | 4 | 4 | B1 | 5B | 37 |
| Octal | 44 | 365 | 354 | 125 | 0 | 4 | 4 | 261 | 133 | 67 |
| Binary | 100100 | 11110101 | 11101100 | 1010101 | 0 | 100 | 100 | 10110001 | 1011011 | 110111 |
Color Harmonies of #24F5EC
Complementary color
Monochromatic Colors of #24F5EC
Black with #24F5EC
Text Example
Text Example
White with #24F5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24F5EC; }
p { color: rgb(36,245,236); }
H1.HeaderClassName
{
color: #24F5EC;
}
.AnyTagClassName
{
color: #24F5EC;
}
</style>
background-color css
<style>
a { background-color: #24F5EC; }
a { background-color: rgb(36,245,236); }
div.DivClassName
{
background-color: #24F5EC;
}
.BgClassName
{
background-color: #24F5EC;
}
</style>
border-color css
<style>
span { border-color: #24F5EC; }
span { border-color: rgb(36,245,236); }
td.TdClassName
{
border-color: #24F5EC;
}
.TagClassName
{
border-color: #24F5EC;
}
</style>