Shades of Bright Turquoise #24DCDE
Tints of Bright Turquoise #24DCDE
RGB
CMYK
RGB Variations
Color information
#24DCDE (or 0x24DCDE) is known color: Bright Turquoise. HEX triplet: 24, DC and DE. RGB value is (36,220,222). Sum of RGB (Red+Green+Blue) = 36+220+222=478 (63% of max value = 765). Red value is 36 (14.45% from 255 or 7.53% from 478); Green value is 220 (86.33% from 255 or 46.03% from 478); Blue value is 222 (87.11% from 255 or 46.44% from 478); Max value from RGB is 222 - color contains mainly: blue. Hex color #24DCDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24DCDE is #DB2321. Grayscale: #A5A5A5. Windows color (decimal): -14361378 or 14605348. OLE color: 14605348.
HSL color Cylindrical-coordinate representation of color #24DCDE: hue angle of 180.65º 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 #24DCDE is Cyan = 0.84, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 36 | 220 | 222 | - |
| CMYK | 0.84 | 0.01 | 0 | 0.13 |
| HSL | 180.65º | 0.74% | 0.51% | - |
| HSV(B) | 180.65º | 0.84% | 0.87% | - |
| XYZ | 39.51 | 56.84 | 78 | - |
| YUV | 165.21 | 160.04 | 35.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 220 | 222 | 0.84 | 0.01 | 0 | 0.13 | 180.65 | 0.74 | 0.51 |
| Hex | 24 | DC | DE | 54 | 1 | 0 | D | B5 | 4A | 33 |
| Octal | 44 | 334 | 336 | 124 | 1 | 0 | 15 | 265 | 112 | 63 |
| Binary | 100100 | 11011100 | 11011110 | 1010100 | 1 | 0 | 1101 | 10110101 | 1001010 | 110011 |
Color Harmonies of #24DCDE
Complementary color
Monochromatic Colors of #24DCDE
Black with #24DCDE
Text Example
Text Example
White with #24DCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24DCDE; }
p { color: rgb(36,220,222); }
H1.HeaderClassName
{
color: #24DCDE;
}
.AnyTagClassName
{
color: #24DCDE;
}
</style>
background-color css
<style>
a { background-color: #24DCDE; }
a { background-color: rgb(36,220,222); }
div.DivClassName
{
background-color: #24DCDE;
}
.BgClassName
{
background-color: #24DCDE;
}
</style>
border-color css
<style>
span { border-color: #24DCDE; }
span { border-color: rgb(36,220,222); }
td.TdClassName
{
border-color: #24DCDE;
}
.TagClassName
{
border-color: #24DCDE;
}
</style>