Shades of Bright Turquoise #24D4E9
Tints of Bright Turquoise #24D4E9
RGB
CMYK
RGB Variations
Color information
#24D4E9 (or 0x24D4E9) is known color: Bright Turquoise. HEX triplet: 24, D4 and E9. RGB value is (36,212,233). Sum of RGB (Red+Green+Blue) = 36+212+233=481 (63% of max value = 765). Red value is 36 (14.45% from 255 or 7.48% from 481); Green value is 212 (83.20% from 255 or 44.07% from 481); Blue value is 233 (91.41% from 255 or 48.44% from 481); Max value from RGB is 233 - color contains mainly: blue. Hex color #24D4E9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #24D4E9 is #DB2B16. Grayscale: #A1A1A1. Windows color (decimal): -14363415 or 15324196. OLE color: 15324196.
HSL color Cylindrical-coordinate representation of color #24D4E9: hue angle of 186.4º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #24D4E9 is Cyan = 0.85, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 36 | 212 | 233 | - |
| CMYK | 0.85 | 0.09 | 0 | 0.09 |
| HSL | 186.4º | 0.82% | 0.53% | - |
| HSV(B) | 186.4º | 0.85% | 0.91% | - |
| XYZ | 38.98 | 53.35 | 85.33 | - |
| YUV | 161.77 | 168.19 | 38.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 212 | 233 | 0.85 | 0.09 | 0 | 0.09 | 186.4 | 0.82 | 0.53 |
| Hex | 24 | D4 | E9 | 55 | 9 | 0 | 9 | BA | 52 | 35 |
| Octal | 44 | 324 | 351 | 125 | 11 | 0 | 11 | 272 | 122 | 65 |
| Binary | 100100 | 11010100 | 11101001 | 1010101 | 1001 | 0 | 1001 | 10111010 | 1010010 | 110101 |
Color Harmonies of #24D4E9
Complementary color
Monochromatic Colors of #24D4E9
Black with #24D4E9
Text Example
Text Example
White with #24D4E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24D4E9; }
p { color: rgb(36,212,233); }
H1.HeaderClassName
{
color: #24D4E9;
}
.AnyTagClassName
{
color: #24D4E9;
}
</style>
background-color css
<style>
a { background-color: #24D4E9; }
a { background-color: rgb(36,212,233); }
div.DivClassName
{
background-color: #24D4E9;
}
.BgClassName
{
background-color: #24D4E9;
}
</style>
border-color css
<style>
span { border-color: #24D4E9; }
span { border-color: rgb(36,212,233); }
td.TdClassName
{
border-color: #24D4E9;
}
.TagClassName
{
border-color: #24D4E9;
}
</style>