Shades of Turquoise #2AD7D1
Tints of Turquoise #2AD7D1
RGB
CMYK
RGB Variations
Color information
#2AD7D1 (or 0x2AD7D1) is known color: Turquoise. HEX triplet: 2A, D7 and D1. RGB value is (42,215,209). Sum of RGB (Red+Green+Blue) = 42+215+209=466 (61% of max value = 765). Red value is 42 (16.80% from 255 or 9.01% from 466); Green value is 215 (84.38% from 255 or 46.14% from 466); Blue value is 209 (82.03% from 255 or 44.85% from 466); Max value from RGB is 215 - color contains mainly: green. Hex color #2AD7D1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2AD7D1 is #D5282E. Grayscale: #A2A2A2. Windows color (decimal): -13969455 or 13752106. OLE color: 13752106.
HSL color Cylindrical-coordinate representation of color #2AD7D1: hue angle of 177.92º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2AD7D1 is Cyan = 0.80, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 42 | 215 | 209 | - |
| CMYK | 0.80 | 0 | 0.03 | 0.16 |
| HSL | 177.92º | 0.68% | 0.5% | - |
| HSV(B) | 177.92º | 0.8% | 0.84% | - |
| XYZ | 36.76 | 53.7 | 68.75 | - |
| YUV | 162.59 | 154.19 | 41.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 215 | 209 | 0.80 | 0 | 0.03 | 0.16 | 177.92 | 0.68 | 0.5 |
| Hex | 2A | D7 | D1 | 50 | 0 | 3 | 10 | B2 | 44 | 32 |
| Octal | 52 | 327 | 321 | 120 | 0 | 3 | 20 | 262 | 104 | 62 |
| Binary | 101010 | 11010111 | 11010001 | 1010000 | 0 | 11 | 10000 | 10110010 | 1000100 | 110010 |
Color Harmonies of #2AD7D1
Complementary color
Monochromatic Colors of #2AD7D1
Black with #2AD7D1
Text Example
Text Example
White with #2AD7D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD7D1; }
p { color: rgb(42,215,209); }
H1.HeaderClassName
{
color: #2AD7D1;
}
.AnyTagClassName
{
color: #2AD7D1;
}
</style>
background-color css
<style>
a { background-color: #2AD7D1; }
a { background-color: rgb(42,215,209); }
div.DivClassName
{
background-color: #2AD7D1;
}
.BgClassName
{
background-color: #2AD7D1;
}
</style>
border-color css
<style>
span { border-color: #2AD7D1; }
span { border-color: rgb(42,215,209); }
td.TdClassName
{
border-color: #2AD7D1;
}
.TagClassName
{
border-color: #2AD7D1;
}
</style>