Shades of Turquoise #24D4BA
Tints of Turquoise #24D4BA
RGB
CMYK
RGB Variations
Color information
#24D4BA (or 0x24D4BA) is known color: Turquoise. HEX triplet: 24, D4 and BA. RGB value is (36,212,186). Sum of RGB (Red+Green+Blue) = 36+212+186=434 (57% of max value = 765). Red value is 36 (14.45% from 255 or 8.29% from 434); Green value is 212 (83.20% from 255 or 48.85% from 434); Blue value is 186 (73.05% from 255 or 42.86% from 434); Max value from RGB is 212 - color contains mainly: green. Hex color #24D4BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24D4BA is #DB2B45. Grayscale: #9C9C9C. Windows color (decimal): -14363462 or 12244004. OLE color: 12244004.
HSL color Cylindrical-coordinate representation of color #24D4BA: hue angle of 171.14º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #24D4BA is Cyan = 0.83, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 36 | 212 | 186 | - |
| CMYK | 0.83 | 0 | 0.12 | 0.17 |
| HSL | 171.14º | 0.71% | 0.49% | - |
| HSV(B) | 171.14º | 0.83% | 0.83% | - |
| XYZ | 33.13 | 51.01 | 54.55 | - |
| YUV | 156.41 | 144.69 | 42.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 212 | 186 | 0.83 | 0 | 0.12 | 0.17 | 171.14 | 0.71 | 0.49 |
| Hex | 24 | D4 | BA | 53 | 0 | C | 11 | AB | 47 | 31 |
| Octal | 44 | 324 | 272 | 123 | 0 | 14 | 21 | 253 | 107 | 61 |
| Binary | 100100 | 11010100 | 10111010 | 1010011 | 0 | 1100 | 10001 | 10101011 | 1000111 | 110001 |
Color Harmonies of #24D4BA
Complementary color
Monochromatic Colors of #24D4BA
Black with #24D4BA
Text Example
Text Example
White with #24D4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24D4BA; }
p { color: rgb(36,212,186); }
H1.HeaderClassName
{
color: #24D4BA;
}
.AnyTagClassName
{
color: #24D4BA;
}
</style>
background-color css
<style>
a { background-color: #24D4BA; }
a { background-color: rgb(36,212,186); }
div.DivClassName
{
background-color: #24D4BA;
}
.BgClassName
{
background-color: #24D4BA;
}
</style>
border-color css
<style>
span { border-color: #24D4BA; }
span { border-color: rgb(36,212,186); }
td.TdClassName
{
border-color: #24D4BA;
}
.TagClassName
{
border-color: #24D4BA;
}
</style>