Shades of Bright Turquoise #24E0DC
Tints of Bright Turquoise #24E0DC
RGB
CMYK
RGB Variations
Color information
#24E0DC (or 0x24E0DC) is known color: Bright Turquoise. HEX triplet: 24, E0 and DC. RGB value is (36,224,220). Sum of RGB (Red+Green+Blue) = 36+224+220=480 (63% of max value = 765). Red value is 36 (14.45% from 255 or 7.5% from 480); Green value is 224 (87.89% from 255 or 46.67% from 480); Blue value is 220 (86.33% from 255 or 45.83% from 480); Max value from RGB is 224 - color contains mainly: green. Hex color #24E0DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24E0DC is #DB1F23. Grayscale: #A7A7A7. Windows color (decimal): -14360356 or 14475300. OLE color: 14475300.
HSL color Cylindrical-coordinate representation of color #24E0DC: hue angle of 178.72º 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 #24E0DC is Cyan = 0.84, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 36 | 224 | 220 | - |
| CMYK | 0.84 | 0 | 0.02 | 0.12 |
| HSL | 178.72º | 0.75% | 0.51% | - |
| HSV(B) | 178.72º | 0.84% | 0.88% | - |
| XYZ | 40.3 | 58.85 | 76.95 | - |
| YUV | 167.33 | 157.72 | 34.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 224 | 220 | 0.84 | 0 | 0.02 | 0.12 | 178.72 | 0.75 | 0.51 |
| Hex | 24 | E0 | DC | 54 | 0 | 2 | C | B3 | 4B | 33 |
| Octal | 44 | 340 | 334 | 124 | 0 | 2 | 14 | 263 | 113 | 63 |
| Binary | 100100 | 11100000 | 11011100 | 1010100 | 0 | 10 | 1100 | 10110011 | 1001011 | 110011 |
Color Harmonies of #24E0DC
Complementary color
Monochromatic Colors of #24E0DC
Black with #24E0DC
Text Example
Text Example
White with #24E0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24E0DC; }
p { color: rgb(36,224,220); }
H1.HeaderClassName
{
color: #24E0DC;
}
.AnyTagClassName
{
color: #24E0DC;
}
</style>
background-color css
<style>
a { background-color: #24E0DC; }
a { background-color: rgb(36,224,220); }
div.DivClassName
{
background-color: #24E0DC;
}
.BgClassName
{
background-color: #24E0DC;
}
</style>
border-color css
<style>
span { border-color: #24E0DC; }
span { border-color: rgb(36,224,220); }
td.TdClassName
{
border-color: #24E0DC;
}
.TagClassName
{
border-color: #24E0DC;
}
</style>