Shades of Turquoise #2ADAC2
Tints of Turquoise #2ADAC2
RGB
CMYK
RGB Variations
Color information
#2ADAC2 (or 0x2ADAC2) is known color: Turquoise. HEX triplet: 2A, DA and C2. RGB value is (42,218,194). Sum of RGB (Red+Green+Blue) = 42+218+194=454 (60% of max value = 765). Red value is 42 (16.80% from 255 or 9.25% from 454); Green value is 218 (85.55% from 255 or 48.02% from 454); Blue value is 194 (76.17% from 255 or 42.73% from 454); Max value from RGB is 218 - color contains mainly: green. Hex color #2ADAC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ADAC2 is #D5253D. Grayscale: #A2A2A2. Windows color (decimal): -13968702 or 12769834. OLE color: 12769834.
HSL color Cylindrical-coordinate representation of color #2ADAC2: hue angle of 171.82º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ADAC2 is Cyan = 0.81, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 218 | 194 | - |
| CMYK | 0.81 | 0 | 0.11 | 0.15 |
| HSL | 171.82º | 0.7% | 0.51% | - |
| HSV(B) | 171.82º | 0.81% | 0.85% | - |
| XYZ | 35.76 | 54.53 | 59.68 | - |
| YUV | 162.64 | 145.69 | 41.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 218 | 194 | 0.81 | 0 | 0.11 | 0.15 | 171.82 | 0.7 | 0.51 |
| Hex | 2A | DA | C2 | 51 | 0 | B | F | AC | 46 | 33 |
| Octal | 52 | 332 | 302 | 121 | 0 | 13 | 17 | 254 | 106 | 63 |
| Binary | 101010 | 11011010 | 11000010 | 1010001 | 0 | 1011 | 1111 | 10101100 | 1000110 | 110011 |
Color Harmonies of #2ADAC2
Complementary color
Monochromatic Colors of #2ADAC2
Black with #2ADAC2
Text Example
Text Example
White with #2ADAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADAC2; }
p { color: rgb(42,218,194); }
H1.HeaderClassName
{
color: #2ADAC2;
}
.AnyTagClassName
{
color: #2ADAC2;
}
</style>
background-color css
<style>
a { background-color: #2ADAC2; }
a { background-color: rgb(42,218,194); }
div.DivClassName
{
background-color: #2ADAC2;
}
.BgClassName
{
background-color: #2ADAC2;
}
</style>
border-color css
<style>
span { border-color: #2ADAC2; }
span { border-color: rgb(42,218,194); }
td.TdClassName
{
border-color: #2ADAC2;
}
.TagClassName
{
border-color: #2ADAC2;
}
</style>