Shades of Bright Turquoise #24ECF5
Tints of Bright Turquoise #24ECF5
RGB
CMYK
RGB Variations
Color information
#24ECF5 (or 0x24ECF5) is known color: Bright Turquoise. HEX triplet: 24, EC and F5. RGB value is (36,236,245). Sum of RGB (Red+Green+Blue) = 36+236+245=517 (68% of max value = 765). Red value is 36 (14.45% from 255 or 6.96% from 517); Green value is 236 (92.58% from 255 or 45.65% from 517); Blue value is 245 (96.09% from 255 or 47.39% from 517); Max value from RGB is 245 - color contains mainly: blue. Hex color #24ECF5 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #24ECF5 is #DB130A. Grayscale: #B0B0B0. Windows color (decimal): -14357259 or 16116772. OLE color: 16116772.
HSL color Cylindrical-coordinate representation of color #24ECF5: hue angle of 182.58º 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 #24ECF5 is Cyan = 0.85, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 36 | 236 | 245 | - |
| CMYK | 0.85 | 0.04 | 0 | 0.04 |
| HSL | 182.58º | 0.91% | 0.55% | - |
| HSV(B) | 182.58º | 0.85% | 0.96% | - |
| XYZ | 47.2 | 66.96 | 96.82 | - |
| YUV | 177.23 | 166.24 | 27.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 236 | 245 | 0.85 | 0.04 | 0 | 0.04 | 182.58 | 0.91 | 0.55 |
| Hex | 24 | EC | F5 | 55 | 4 | 0 | 4 | B7 | 5B | 37 |
| Octal | 44 | 354 | 365 | 125 | 4 | 0 | 4 | 267 | 133 | 67 |
| Binary | 100100 | 11101100 | 11110101 | 1010101 | 100 | 0 | 100 | 10110111 | 1011011 | 110111 |
Color Harmonies of #24ECF5
Complementary color
Monochromatic Colors of #24ECF5
Black with #24ECF5
Text Example
Text Example
White with #24ECF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24ECF5; }
p { color: rgb(36,236,245); }
H1.HeaderClassName
{
color: #24ECF5;
}
.AnyTagClassName
{
color: #24ECF5;
}
</style>
background-color css
<style>
a { background-color: #24ECF5; }
a { background-color: rgb(36,236,245); }
div.DivClassName
{
background-color: #24ECF5;
}
.BgClassName
{
background-color: #24ECF5;
}
</style>
border-color css
<style>
span { border-color: #24ECF5; }
span { border-color: rgb(36,236,245); }
td.TdClassName
{
border-color: #24ECF5;
}
.TagClassName
{
border-color: #24ECF5;
}
</style>