Shades of Bright Turquoise #24E6EC
Tints of Bright Turquoise #24E6EC
RGB
CMYK
RGB Variations
Color information
#24E6EC (or 0x24E6EC) is known color: Bright Turquoise. HEX triplet: 24, E6 and EC. RGB value is (36,230,236). Sum of RGB (Red+Green+Blue) = 36+230+236=502 (66% of max value = 765). Red value is 36 (14.45% from 255 or 7.17% from 502); Green value is 230 (90.23% from 255 or 45.82% from 502); Blue value is 236 (92.58% from 255 or 47.01% from 502); Max value from RGB is 236 - color contains mainly: blue. Hex color #24E6EC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #24E6EC is #DB1913. Grayscale: #ACACAC. Windows color (decimal): -14358804 or 15525412. OLE color: 15525412.
HSL color Cylindrical-coordinate representation of color #24E6EC: hue angle of 181.8º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #24E6EC is Cyan = 0.85, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 36 | 230 | 236 | - |
| CMYK | 0.85 | 0.03 | 0 | 0.07 |
| HSL | 181.8º | 0.84% | 0.53% | - |
| HSV(B) | 181.8º | 0.85% | 0.93% | - |
| XYZ | 44.16 | 63.02 | 89.19 | - |
| YUV | 172.68 | 163.73 | 30.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 230 | 236 | 0.85 | 0.03 | 0 | 0.07 | 181.8 | 0.84 | 0.53 |
| Hex | 24 | E6 | EC | 55 | 3 | 0 | 7 | B6 | 54 | 35 |
| Octal | 44 | 346 | 354 | 125 | 3 | 0 | 7 | 266 | 124 | 65 |
| Binary | 100100 | 11100110 | 11101100 | 1010101 | 11 | 0 | 111 | 10110110 | 1010100 | 110101 |
Color Harmonies of #24E6EC
Complementary color
Monochromatic Colors of #24E6EC
Black with #24E6EC
Text Example
Text Example
White with #24E6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24E6EC; }
p { color: rgb(36,230,236); }
H1.HeaderClassName
{
color: #24E6EC;
}
.AnyTagClassName
{
color: #24E6EC;
}
</style>
background-color css
<style>
a { background-color: #24E6EC; }
a { background-color: rgb(36,230,236); }
div.DivClassName
{
background-color: #24E6EC;
}
.BgClassName
{
background-color: #24E6EC;
}
</style>
border-color css
<style>
span { border-color: #24E6EC; }
span { border-color: rgb(36,230,236); }
td.TdClassName
{
border-color: #24E6EC;
}
.TagClassName
{
border-color: #24E6EC;
}
</style>