Shades of Bright Turquoise #24E0DA
Tints of Bright Turquoise #24E0DA
RGB
CMYK
RGB Variations
Color information
#24E0DA (or 0x24E0DA) is known color: Bright Turquoise. HEX triplet: 24, E0 and DA. RGB value is (36,224,218). Sum of RGB (Red+Green+Blue) = 36+224+218=478 (63% of max value = 765). Red value is 36 (14.45% from 255 or 7.53% from 478); Green value is 224 (87.89% from 255 or 46.86% from 478); Blue value is 218 (85.55% from 255 or 45.61% from 478); Max value from RGB is 224 - color contains mainly: green. Hex color #24E0DA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24E0DA is #DB1F25. Grayscale: #A6A6A6. Windows color (decimal): -14360358 or 14344228. OLE color: 14344228.
HSL color Cylindrical-coordinate representation of color #24E0DA: hue angle of 178.09º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #24E0DA is Cyan = 0.84, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 36 | 224 | 218 | - |
| CMYK | 0.84 | 0 | 0.03 | 0.12 |
| HSL | 178.09º | 0.75% | 0.51% | - |
| HSV(B) | 178.09º | 0.84% | 0.88% | - |
| XYZ | 40.04 | 58.75 | 75.56 | - |
| YUV | 167.1 | 156.72 | 34.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 224 | 218 | 0.84 | 0 | 0.03 | 0.12 | 178.09 | 0.75 | 0.51 |
| Hex | 24 | E0 | DA | 54 | 0 | 3 | C | B2 | 4B | 33 |
| Octal | 44 | 340 | 332 | 124 | 0 | 3 | 14 | 262 | 113 | 63 |
| Binary | 100100 | 11100000 | 11011010 | 1010100 | 0 | 11 | 1100 | 10110010 | 1001011 | 110011 |
Color Harmonies of #24E0DA
Complementary color
Monochromatic Colors of #24E0DA
Black with #24E0DA
Text Example
Text Example
White with #24E0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24E0DA; }
p { color: rgb(36,224,218); }
H1.HeaderClassName
{
color: #24E0DA;
}
.AnyTagClassName
{
color: #24E0DA;
}
</style>
background-color css
<style>
a { background-color: #24E0DA; }
a { background-color: rgb(36,224,218); }
div.DivClassName
{
background-color: #24E0DA;
}
.BgClassName
{
background-color: #24E0DA;
}
</style>
border-color css
<style>
span { border-color: #24E0DA; }
span { border-color: rgb(36,224,218); }
td.TdClassName
{
border-color: #24E0DA;
}
.TagClassName
{
border-color: #24E0DA;
}
</style>