Shades of Turquoise #2ADBC0
Tints of Turquoise #2ADBC0
RGB
CMYK
RGB Variations
Color information
#2ADBC0 (or 0x2ADBC0) is known color: Turquoise. HEX triplet: 2A, DB and C0. RGB value is (42,219,192). Sum of RGB (Red+Green+Blue) = 42+219+192=453 (60% of max value = 765). Red value is 42 (16.80% from 255 or 9.27% from 453); Green value is 219 (85.94% from 255 or 48.34% from 453); Blue value is 192 (75.39% from 255 or 42.38% from 453); Max value from RGB is 219 - color contains mainly: green. Hex color #2ADBC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ADBC0 is #D5243F. Grayscale: #A2A2A2. Windows color (decimal): -13968448 or 12639018. OLE color: 12639018.
HSL color Cylindrical-coordinate representation of color #2ADBC0: hue angle of 170.85º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ADBC0 is Cyan = 0.81, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 42 | 219 | 192 | - |
| CMYK | 0.81 | 0 | 0.12 | 0.14 |
| HSL | 170.85º | 0.71% | 0.51% | - |
| HSV(B) | 170.85º | 0.81% | 0.86% | - |
| XYZ | 35.8 | 54.96 | 58.59 | - |
| YUV | 163 | 144.36 | 41.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 219 | 192 | 0.81 | 0 | 0.12 | 0.14 | 170.85 | 0.71 | 0.51 |
| Hex | 2A | DB | C0 | 51 | 0 | C | E | AB | 47 | 33 |
| Octal | 52 | 333 | 300 | 121 | 0 | 14 | 16 | 253 | 107 | 63 |
| Binary | 101010 | 11011011 | 11000000 | 1010001 | 0 | 1100 | 1110 | 10101011 | 1000111 | 110011 |
Color Harmonies of #2ADBC0
Complementary color
Monochromatic Colors of #2ADBC0
Black with #2ADBC0
Text Example
Text Example
White with #2ADBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADBC0; }
p { color: rgb(42,219,192); }
H1.HeaderClassName
{
color: #2ADBC0;
}
.AnyTagClassName
{
color: #2ADBC0;
}
</style>
background-color css
<style>
a { background-color: #2ADBC0; }
a { background-color: rgb(42,219,192); }
div.DivClassName
{
background-color: #2ADBC0;
}
.BgClassName
{
background-color: #2ADBC0;
}
</style>
border-color css
<style>
span { border-color: #2ADBC0; }
span { border-color: rgb(42,219,192); }
td.TdClassName
{
border-color: #2ADBC0;
}
.TagClassName
{
border-color: #2ADBC0;
}
</style>