Shades of Bright Turquoise #24E6EB
Tints of Bright Turquoise #24E6EB
RGB
CMYK
RGB Variations
Color information
#24E6EB (or 0x24E6EB) is known color: Bright Turquoise. HEX triplet: 24, E6 and EB. RGB value is (36,230,235). Sum of RGB (Red+Green+Blue) = 36+230+235=501 (66% of max value = 765). Red value is 36 (14.45% from 255 or 7.19% from 501); Green value is 230 (90.23% from 255 or 45.91% from 501); Blue value is 235 (92.19% from 255 or 46.91% from 501); Max value from RGB is 235 - color contains mainly: blue. Hex color #24E6EB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #24E6EB is #DB1914. Grayscale: #ACACAC. Windows color (decimal): -14358805 or 15459876. OLE color: 15459876.
HSL color Cylindrical-coordinate representation of color #24E6EB: hue angle of 181.51º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #24E6EB is Cyan = 0.85, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 36 | 230 | 235 | - |
| CMYK | 0.85 | 0.02 | 0 | 0.08 |
| HSL | 181.51º | 0.83% | 0.53% | - |
| HSV(B) | 181.51º | 0.85% | 0.92% | - |
| XYZ | 44.02 | 62.97 | 88.43 | - |
| YUV | 172.56 | 163.23 | 30.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 230 | 235 | 0.85 | 0.02 | 0 | 0.08 | 181.51 | 0.83 | 0.53 |
| Hex | 24 | E6 | EB | 55 | 2 | 0 | 8 | B6 | 53 | 35 |
| Octal | 44 | 346 | 353 | 125 | 2 | 0 | 10 | 266 | 123 | 65 |
| Binary | 100100 | 11100110 | 11101011 | 1010101 | 10 | 0 | 1000 | 10110110 | 1010011 | 110101 |
Color Harmonies of #24E6EB
Complementary color
Monochromatic Colors of #24E6EB
Black with #24E6EB
Text Example
Text Example
White with #24E6EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24E6EB; }
p { color: rgb(36,230,235); }
H1.HeaderClassName
{
color: #24E6EB;
}
.AnyTagClassName
{
color: #24E6EB;
}
</style>
background-color css
<style>
a { background-color: #24E6EB; }
a { background-color: rgb(36,230,235); }
div.DivClassName
{
background-color: #24E6EB;
}
.BgClassName
{
background-color: #24E6EB;
}
</style>
border-color css
<style>
span { border-color: #24E6EB; }
span { border-color: rgb(36,230,235); }
td.TdClassName
{
border-color: #24E6EB;
}
.TagClassName
{
border-color: #24E6EB;
}
</style>