Shades of Medium Turquoise #2ACDBD
Tints of Medium Turquoise #2ACDBD
RGB
CMYK
RGB Variations
Color information
#2ACDBD (or 0x2ACDBD) is known color: Medium Turquoise. HEX triplet: 2A, CD and BD. RGB value is (42,205,189). Sum of RGB (Red+Green+Blue) = 42+205+189=436 (57% of max value = 765). Red value is 42 (16.80% from 255 or 9.63% from 436); Green value is 205 (80.47% from 255 or 47.02% from 436); Blue value is 189 (74.22% from 255 or 43.35% from 436); Max value from RGB is 205 - color contains mainly: green. Hex color #2ACDBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ACDBD is #D53242. Grayscale: #9A9A9A. Windows color (decimal): -13972035 or 12438826. OLE color: 12438826.
HSL color Cylindrical-coordinate representation of color #2ACDBD: hue angle of 174.11º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2ACDBD is Cyan = 0.80, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 42 | 205 | 189 | - |
| CMYK | 0.80 | 0 | 0.08 | 0.20 |
| HSL | 174.11º | 0.66% | 0.48% | - |
| HSV(B) | 174.11º | 0.8% | 0.8% | - |
| XYZ | 31.97 | 47.83 | 55.69 | - |
| YUV | 154.44 | 147.5 | 47.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 205 | 189 | 0.80 | 0 | 0.08 | 0.20 | 174.11 | 0.66 | 0.48 |
| Hex | 2A | CD | BD | 50 | 0 | 8 | 14 | AE | 42 | 30 |
| Octal | 52 | 315 | 275 | 120 | 0 | 10 | 24 | 256 | 102 | 60 |
| Binary | 101010 | 11001101 | 10111101 | 1010000 | 0 | 1000 | 10100 | 10101110 | 1000010 | 110000 |
Color Harmonies of #2ACDBD
Complementary color
Monochromatic Colors of #2ACDBD
Black with #2ACDBD
Text Example
Text Example
White with #2ACDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACDBD; }
p { color: rgb(42,205,189); }
H1.HeaderClassName
{
color: #2ACDBD;
}
.AnyTagClassName
{
color: #2ACDBD;
}
</style>
background-color css
<style>
a { background-color: #2ACDBD; }
a { background-color: rgb(42,205,189); }
div.DivClassName
{
background-color: #2ACDBD;
}
.BgClassName
{
background-color: #2ACDBD;
}
</style>
border-color css
<style>
span { border-color: #2ACDBD; }
span { border-color: rgb(42,205,189); }
td.TdClassName
{
border-color: #2ACDBD;
}
.TagClassName
{
border-color: #2ACDBD;
}
</style>