Shades of Bright Turquoise #24DEDC
Tints of Bright Turquoise #24DEDC
RGB
CMYK
RGB Variations
Color information
#24DEDC (or 0x24DEDC) is known color: Bright Turquoise. HEX triplet: 24, DE and DC. RGB value is (36,222,220). Sum of RGB (Red+Green+Blue) = 36+222+220=478 (63% of max value = 765). Red value is 36 (14.45% from 255 or 7.53% from 478); Green value is 222 (87.11% from 255 or 46.44% from 478); Blue value is 220 (86.33% from 255 or 46.03% from 478); Max value from RGB is 222 - color contains mainly: green. Hex color #24DEDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24DEDC is #DB2123. Grayscale: #A5A5A5. Windows color (decimal): -14360868 or 14474788. OLE color: 14474788.
HSL color Cylindrical-coordinate representation of color #24DEDC: hue angle of 179.35º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #24DEDC is Cyan = 0.84, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 36 | 222 | 220 | - |
| CMYK | 0.84 | 0 | 0.01 | 0.13 |
| HSL | 179.35º | 0.74% | 0.51% | - |
| HSV(B) | 179.35º | 0.84% | 0.87% | - |
| XYZ | 39.77 | 57.78 | 76.77 | - |
| YUV | 166.16 | 158.38 | 35.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 222 | 220 | 0.84 | 0 | 0.01 | 0.13 | 179.35 | 0.74 | 0.51 |
| Hex | 24 | DE | DC | 54 | 0 | 1 | D | B3 | 4A | 33 |
| Octal | 44 | 336 | 334 | 124 | 0 | 1 | 15 | 263 | 112 | 63 |
| Binary | 100100 | 11011110 | 11011100 | 1010100 | 0 | 1 | 1101 | 10110011 | 1001010 | 110011 |
Color Harmonies of #24DEDC
Complementary color
Monochromatic Colors of #24DEDC
Black with #24DEDC
Text Example
Text Example
White with #24DEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24DEDC; }
p { color: rgb(36,222,220); }
H1.HeaderClassName
{
color: #24DEDC;
}
.AnyTagClassName
{
color: #24DEDC;
}
</style>
background-color css
<style>
a { background-color: #24DEDC; }
a { background-color: rgb(36,222,220); }
div.DivClassName
{
background-color: #24DEDC;
}
.BgClassName
{
background-color: #24DEDC;
}
</style>
border-color css
<style>
span { border-color: #24DEDC; }
span { border-color: rgb(36,222,220); }
td.TdClassName
{
border-color: #24DEDC;
}
.TagClassName
{
border-color: #24DEDC;
}
</style>