Shades of Bright Turquoise #24DCEC
Tints of Bright Turquoise #24DCEC
RGB
CMYK
RGB Variations
Color information
#24DCEC (or 0x24DCEC) is known color: Bright Turquoise. HEX triplet: 24, DC and EC. RGB value is (36,220,236). Sum of RGB (Red+Green+Blue) = 36+220+236=492 (65% of max value = 765). Red value is 36 (14.45% from 255 or 7.32% from 492); Green value is 220 (86.33% from 255 or 44.72% from 492); Blue value is 236 (92.58% from 255 or 47.97% from 492); Max value from RGB is 236 - color contains mainly: blue. Hex color #24DCEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #24DCEC is #DB2313. Grayscale: #A6A6A6. Windows color (decimal): -14361364 or 15522852. OLE color: 15522852.
HSL color Cylindrical-coordinate representation of color #24DCEC: hue angle of 184.8º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #24DCEC is Cyan = 0.85, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 36 | 220 | 236 | - |
| CMYK | 0.85 | 0.07 | 0 | 0.07 |
| HSL | 184.8º | 0.84% | 0.53% | - |
| HSV(B) | 184.8º | 0.85% | 0.93% | - |
| XYZ | 41.46 | 57.62 | 88.29 | - |
| YUV | 166.81 | 167.04 | 34.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 220 | 236 | 0.85 | 0.07 | 0 | 0.07 | 184.8 | 0.84 | 0.53 |
| Hex | 24 | DC | EC | 55 | 7 | 0 | 7 | B9 | 54 | 35 |
| Octal | 44 | 334 | 354 | 125 | 7 | 0 | 7 | 271 | 124 | 65 |
| Binary | 100100 | 11011100 | 11101100 | 1010101 | 111 | 0 | 111 | 10111001 | 1010100 | 110101 |
Color Harmonies of #24DCEC
Complementary color
Monochromatic Colors of #24DCEC
Black with #24DCEC
Text Example
Text Example
White with #24DCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24DCEC; }
p { color: rgb(36,220,236); }
H1.HeaderClassName
{
color: #24DCEC;
}
.AnyTagClassName
{
color: #24DCEC;
}
</style>
background-color css
<style>
a { background-color: #24DCEC; }
a { background-color: rgb(36,220,236); }
div.DivClassName
{
background-color: #24DCEC;
}
.BgClassName
{
background-color: #24DCEC;
}
</style>
border-color css
<style>
span { border-color: #24DCEC; }
span { border-color: rgb(36,220,236); }
td.TdClassName
{
border-color: #24DCEC;
}
.TagClassName
{
border-color: #24DCEC;
}
</style>