Shades of Bright Turquoise #24E8D6
Tints of Bright Turquoise #24E8D6
RGB
CMYK
RGB Variations
Color information
#24E8D6 (or 0x24E8D6) is known color: Bright Turquoise. HEX triplet: 24, E8 and D6. RGB value is (36,232,214). Sum of RGB (Red+Green+Blue) = 36+232+214=482 (63% of max value = 765). Red value is 36 (14.45% from 255 or 7.47% from 482); Green value is 232 (91.02% from 255 or 48.13% from 482); Blue value is 214 (83.98% from 255 or 44.40% from 482); Max value from RGB is 232 - color contains mainly: green. Hex color #24E8D6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24E8D6 is #DB1729. Grayscale: #ABABAB. Windows color (decimal): -14358314 or 14084132. OLE color: 14084132.
HSL color Cylindrical-coordinate representation of color #24E8D6: hue angle of 174.49º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #24E8D6 is Cyan = 0.84, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 36 | 232 | 214 | - |
| CMYK | 0.84 | 0 | 0.08 | 0.09 |
| HSL | 174.49º | 0.81% | 0.53% | - |
| HSV(B) | 174.49º | 0.84% | 0.91% | - |
| XYZ | 41.72 | 62.94 | 73.57 | - |
| YUV | 171.34 | 152.07 | 31.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 232 | 214 | 0.84 | 0 | 0.08 | 0.09 | 174.49 | 0.81 | 0.53 |
| Hex | 24 | E8 | D6 | 54 | 0 | 8 | 9 | AE | 51 | 35 |
| Octal | 44 | 350 | 326 | 124 | 0 | 10 | 11 | 256 | 121 | 65 |
| Binary | 100100 | 11101000 | 11010110 | 1010100 | 0 | 1000 | 1001 | 10101110 | 1010001 | 110101 |
Color Harmonies of #24E8D6
Complementary color
Monochromatic Colors of #24E8D6
Black with #24E8D6
Text Example
Text Example
White with #24E8D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24E8D6; }
p { color: rgb(36,232,214); }
H1.HeaderClassName
{
color: #24E8D6;
}
.AnyTagClassName
{
color: #24E8D6;
}
</style>
background-color css
<style>
a { background-color: #24E8D6; }
a { background-color: rgb(36,232,214); }
div.DivClassName
{
background-color: #24E8D6;
}
.BgClassName
{
background-color: #24E8D6;
}
</style>
border-color css
<style>
span { border-color: #24E8D6; }
span { border-color: rgb(36,232,214); }
td.TdClassName
{
border-color: #24E8D6;
}
.TagClassName
{
border-color: #24E8D6;
}
</style>