Shades of Bright Turquoise #24D4EC
Tints of Bright Turquoise #24D4EC
RGB
CMYK
RGB Variations
Color information
#24D4EC (or 0x24D4EC) is known color: Bright Turquoise. HEX triplet: 24, D4 and EC. RGB value is (36,212,236). Sum of RGB (Red+Green+Blue) = 36+212+236=484 (64% of max value = 765). Red value is 36 (14.45% from 255 or 7.44% from 484); Green value is 212 (83.20% from 255 or 43.80% from 484); Blue value is 236 (92.58% from 255 or 48.76% from 484); Max value from RGB is 236 - color contains mainly: blue. Hex color #24D4EC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #24D4EC is #DB2B13. Grayscale: #A1A1A1. Windows color (decimal): -14363412 or 15520804. OLE color: 15520804.
HSL color Cylindrical-coordinate representation of color #24D4EC: hue angle of 187.2º 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 #24D4EC is Cyan = 0.85, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 36 | 212 | 236 | - |
| CMYK | 0.85 | 0.10 | 0 | 0.07 |
| HSL | 187.2º | 0.84% | 0.53% | - |
| HSV(B) | 187.2º | 0.85% | 0.93% | - |
| XYZ | 39.41 | 53.52 | 87.61 | - |
| YUV | 162.11 | 169.69 | 38.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 212 | 236 | 0.85 | 0.10 | 0 | 0.07 | 187.2 | 0.84 | 0.53 |
| Hex | 24 | D4 | EC | 55 | A | 0 | 7 | BB | 54 | 35 |
| Octal | 44 | 324 | 354 | 125 | 12 | 0 | 7 | 273 | 124 | 65 |
| Binary | 100100 | 11010100 | 11101100 | 1010101 | 1010 | 0 | 111 | 10111011 | 1010100 | 110101 |
Color Harmonies of #24D4EC
Complementary color
Monochromatic Colors of #24D4EC
Black with #24D4EC
Text Example
Text Example
White with #24D4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24D4EC; }
p { color: rgb(36,212,236); }
H1.HeaderClassName
{
color: #24D4EC;
}
.AnyTagClassName
{
color: #24D4EC;
}
</style>
background-color css
<style>
a { background-color: #24D4EC; }
a { background-color: rgb(36,212,236); }
div.DivClassName
{
background-color: #24D4EC;
}
.BgClassName
{
background-color: #24D4EC;
}
</style>
border-color css
<style>
span { border-color: #24D4EC; }
span { border-color: rgb(36,212,236); }
td.TdClassName
{
border-color: #24D4EC;
}
.TagClassName
{
border-color: #24D4EC;
}
</style>