Shades of Bright Turquoise #24ECF6
Tints of Bright Turquoise #24ECF6
RGB
CMYK
RGB Variations
Color information
#24ECF6 (or 0x24ECF6) is known color: Bright Turquoise. HEX triplet: 24, EC and F6. RGB value is (36,236,246). Sum of RGB (Red+Green+Blue) = 36+236+246=518 (68% of max value = 765). Red value is 36 (14.45% from 255 or 6.95% from 518); Green value is 236 (92.58% from 255 or 45.56% from 518); Blue value is 246 (96.48% from 255 or 47.49% from 518); Max value from RGB is 246 - color contains mainly: blue. Hex color #24ECF6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #24ECF6 is #DB1309. Grayscale: #B1B1B1. Windows color (decimal): -14357258 or 16182308. OLE color: 16182308.
HSL color Cylindrical-coordinate representation of color #24ECF6: hue angle of 182.86º degrees, saturation: 0.92, 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 #24ECF6 is Cyan = 0.85, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 36 | 236 | 246 | - |
| CMYK | 0.85 | 0.04 | 0 | 0.04 |
| HSL | 182.86º | 0.92% | 0.55% | - |
| HSV(B) | 182.86º | 0.85% | 0.96% | - |
| XYZ | 47.36 | 67.02 | 97.63 | - |
| YUV | 177.34 | 166.74 | 27.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 236 | 246 | 0.85 | 0.04 | 0 | 0.04 | 182.86 | 0.92 | 0.55 |
| Hex | 24 | EC | F6 | 55 | 4 | 0 | 4 | B7 | 5C | 37 |
| Octal | 44 | 354 | 366 | 125 | 4 | 0 | 4 | 267 | 134 | 67 |
| Binary | 100100 | 11101100 | 11110110 | 1010101 | 100 | 0 | 100 | 10110111 | 1011100 | 110111 |
Color Harmonies of #24ECF6
Complementary color
Monochromatic Colors of #24ECF6
Black with #24ECF6
Text Example
Text Example
White with #24ECF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24ECF6; }
p { color: rgb(36,236,246); }
H1.HeaderClassName
{
color: #24ECF6;
}
.AnyTagClassName
{
color: #24ECF6;
}
</style>
background-color css
<style>
a { background-color: #24ECF6; }
a { background-color: rgb(36,236,246); }
div.DivClassName
{
background-color: #24ECF6;
}
.BgClassName
{
background-color: #24ECF6;
}
</style>
border-color css
<style>
span { border-color: #24ECF6; }
span { border-color: rgb(36,236,246); }
td.TdClassName
{
border-color: #24ECF6;
}
.TagClassName
{
border-color: #24ECF6;
}
</style>