Shades of Turquoise #24D2BC
Tints of Turquoise #24D2BC
RGB
CMYK
RGB Variations
Color information
#24D2BC (or 0x24D2BC) is known color: Turquoise. HEX triplet: 24, D2 and BC. RGB value is (36,210,188). Sum of RGB (Red+Green+Blue) = 36+210+188=434 (57% of max value = 765). Red value is 36 (14.45% from 255 or 8.29% from 434); Green value is 210 (82.42% from 255 or 48.39% from 434); Blue value is 188 (73.83% from 255 or 43.32% from 434); Max value from RGB is 210 - color contains mainly: green. Hex color #24D2BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24D2BC is #DB2D43. Grayscale: #9B9B9B. Windows color (decimal): -14363972 or 12374564. OLE color: 12374564.
HSL color Cylindrical-coordinate representation of color #24D2BC: hue angle of 172.41º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #24D2BC is Cyan = 0.83, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 36 | 210 | 188 | - |
| CMYK | 0.83 | 0 | 0.10 | 0.18 |
| HSL | 172.41º | 0.71% | 0.48% | - |
| HSV(B) | 172.41º | 0.83% | 0.82% | - |
| XYZ | 32.85 | 50.1 | 55.52 | - |
| YUV | 155.47 | 146.35 | 42.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 210 | 188 | 0.83 | 0 | 0.10 | 0.18 | 172.41 | 0.71 | 0.48 |
| Hex | 24 | D2 | BC | 53 | 0 | A | 12 | AC | 47 | 30 |
| Octal | 44 | 322 | 274 | 123 | 0 | 12 | 22 | 254 | 107 | 60 |
| Binary | 100100 | 11010010 | 10111100 | 1010011 | 0 | 1010 | 10010 | 10101100 | 1000111 | 110000 |
Color Harmonies of #24D2BC
Complementary color
Monochromatic Colors of #24D2BC
Black with #24D2BC
Text Example
Text Example
White with #24D2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24D2BC; }
p { color: rgb(36,210,188); }
H1.HeaderClassName
{
color: #24D2BC;
}
.AnyTagClassName
{
color: #24D2BC;
}
</style>
background-color css
<style>
a { background-color: #24D2BC; }
a { background-color: rgb(36,210,188); }
div.DivClassName
{
background-color: #24D2BC;
}
.BgClassName
{
background-color: #24D2BC;
}
</style>
border-color css
<style>
span { border-color: #24D2BC; }
span { border-color: rgb(36,210,188); }
td.TdClassName
{
border-color: #24D2BC;
}
.TagClassName
{
border-color: #24D2BC;
}
</style>