Shades of Turquoise #2ADCB6
Tints of Turquoise #2ADCB6
RGB
CMYK
RGB Variations
Color information
#2ADCB6 (or 0x2ADCB6) is known color: Turquoise. HEX triplet: 2A, DC and B6. RGB value is (42,220,182). Sum of RGB (Red+Green+Blue) = 42+220+182=444 (58% of max value = 765). Red value is 42 (16.80% from 255 or 9.46% from 444); Green value is 220 (86.33% from 255 or 49.55% from 444); Blue value is 182 (71.48% from 255 or 40.99% from 444); Max value from RGB is 220 - color contains mainly: green. Hex color #2ADCB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ADCB6 is #D52349. Grayscale: #A2A2A2. Windows color (decimal): -13968202 or 11983914. OLE color: 11983914.
HSL color Cylindrical-coordinate representation of color #2ADCB6: hue angle of 167.19º degrees, saturation: 0.72, 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 #2ADCB6 is Cyan = 0.81, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 42 | 220 | 182 | - |
| CMYK | 0.81 | 0 | 0.17 | 0.14 |
| HSL | 167.19º | 0.72% | 0.51% | - |
| HSV(B) | 167.19º | 0.81% | 0.86% | - |
| XYZ | 34.99 | 55.06 | 53.04 | - |
| YUV | 162.45 | 139.03 | 42.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 220 | 182 | 0.81 | 0 | 0.17 | 0.14 | 167.19 | 0.72 | 0.51 |
| Hex | 2A | DC | B6 | 51 | 0 | 11 | E | A7 | 48 | 33 |
| Octal | 52 | 334 | 266 | 121 | 0 | 21 | 16 | 247 | 110 | 63 |
| Binary | 101010 | 11011100 | 10110110 | 1010001 | 0 | 10001 | 1110 | 10100111 | 1001000 | 110011 |
Color Harmonies of #2ADCB6
Complementary color
Monochromatic Colors of #2ADCB6
Black with #2ADCB6
Text Example
Text Example
White with #2ADCB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADCB6; }
p { color: rgb(42,220,182); }
H1.HeaderClassName
{
color: #2ADCB6;
}
.AnyTagClassName
{
color: #2ADCB6;
}
</style>
background-color css
<style>
a { background-color: #2ADCB6; }
a { background-color: rgb(42,220,182); }
div.DivClassName
{
background-color: #2ADCB6;
}
.BgClassName
{
background-color: #2ADCB6;
}
</style>
border-color css
<style>
span { border-color: #2ADCB6; }
span { border-color: rgb(42,220,182); }
td.TdClassName
{
border-color: #2ADCB6;
}
.TagClassName
{
border-color: #2ADCB6;
}
</style>