Shades of Bright Turquoise #24E5E2
Tints of Bright Turquoise #24E5E2
RGB
CMYK
RGB Variations
Color information
#24E5E2 (or 0x24E5E2) is known color: Bright Turquoise. HEX triplet: 24, E5 and E2. RGB value is (36,229,226). Sum of RGB (Red+Green+Blue) = 36+229+226=491 (65% of max value = 765). Red value is 36 (14.45% from 255 or 7.33% from 491); Green value is 229 (89.84% from 255 or 46.64% from 491); Blue value is 226 (88.67% from 255 or 46.03% from 491); Max value from RGB is 229 - color contains mainly: green. Hex color #24E5E2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24E5E2 is #DB1A1D. Grayscale: #AAAAAA. Windows color (decimal): -14359070 or 14869796. OLE color: 14869796.
HSL color Cylindrical-coordinate representation of color #24E5E2: hue angle of 179.07º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #24E5E2 is Cyan = 0.84, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 36 | 229 | 226 | - |
| CMYK | 0.84 | 0 | 0.01 | 0.10 |
| HSL | 179.07º | 0.79% | 0.52% | - |
| HSV(B) | 179.07º | 0.84% | 0.9% | - |
| XYZ | 42.47 | 61.9 | 81.66 | - |
| YUV | 170.95 | 159.06 | 31.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 229 | 226 | 0.84 | 0 | 0.01 | 0.10 | 179.07 | 0.79 | 0.52 |
| Hex | 24 | E5 | E2 | 54 | 0 | 1 | A | B3 | 4F | 34 |
| Octal | 44 | 345 | 342 | 124 | 0 | 1 | 12 | 263 | 117 | 64 |
| Binary | 100100 | 11100101 | 11100010 | 1010100 | 0 | 1 | 1010 | 10110011 | 1001111 | 110100 |
Color Harmonies of #24E5E2
Complementary color
Monochromatic Colors of #24E5E2
Black with #24E5E2
Text Example
Text Example
White with #24E5E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24E5E2; }
p { color: rgb(36,229,226); }
H1.HeaderClassName
{
color: #24E5E2;
}
.AnyTagClassName
{
color: #24E5E2;
}
</style>
background-color css
<style>
a { background-color: #24E5E2; }
a { background-color: rgb(36,229,226); }
div.DivClassName
{
background-color: #24E5E2;
}
.BgClassName
{
background-color: #24E5E2;
}
</style>
border-color css
<style>
span { border-color: #24E5E2; }
span { border-color: rgb(36,229,226); }
td.TdClassName
{
border-color: #24E5E2;
}
.TagClassName
{
border-color: #24E5E2;
}
</style>