Shades of Turquoise #2ADDB7
Tints of Turquoise #2ADDB7
RGB
CMYK
RGB Variations
Color information
#2ADDB7 (or 0x2ADDB7) is known color: Turquoise. HEX triplet: 2A, DD and B7. RGB value is (42,221,183). Sum of RGB (Red+Green+Blue) = 42+221+183=446 (59% of max value = 765). Red value is 42 (16.80% from 255 or 9.42% from 446); Green value is 221 (86.72% from 255 or 49.55% from 446); Blue value is 183 (71.88% from 255 or 41.03% from 446); Max value from RGB is 221 - color contains mainly: green. Hex color #2ADDB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ADDB7 is #D52248. Grayscale: #A3A3A3. Windows color (decimal): -13967945 or 12049706. OLE color: 12049706.
HSL color Cylindrical-coordinate representation of color #2ADDB7: hue angle of 167.26º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ADDB7 is Cyan = 0.81, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 221 | 183 | - |
| CMYK | 0.81 | 0 | 0.17 | 0.13 |
| HSL | 167.26º | 0.72% | 0.52% | - |
| HSV(B) | 167.26º | 0.81% | 0.87% | - |
| XYZ | 35.36 | 55.62 | 53.67 | - |
| YUV | 163.15 | 139.2 | 41.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 221 | 183 | 0.81 | 0 | 0.17 | 0.13 | 167.26 | 0.72 | 0.52 |
| Hex | 2A | DD | B7 | 51 | 0 | 11 | D | A7 | 48 | 34 |
| Octal | 52 | 335 | 267 | 121 | 0 | 21 | 15 | 247 | 110 | 64 |
| Binary | 101010 | 11011101 | 10110111 | 1010001 | 0 | 10001 | 1101 | 10100111 | 1001000 | 110100 |
Color Harmonies of #2ADDB7
Complementary color
Monochromatic Colors of #2ADDB7
Black with #2ADDB7
Text Example
Text Example
White with #2ADDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADDB7; }
p { color: rgb(42,221,183); }
H1.HeaderClassName
{
color: #2ADDB7;
}
.AnyTagClassName
{
color: #2ADDB7;
}
</style>
background-color css
<style>
a { background-color: #2ADDB7; }
a { background-color: rgb(42,221,183); }
div.DivClassName
{
background-color: #2ADDB7;
}
.BgClassName
{
background-color: #2ADDB7;
}
</style>
border-color css
<style>
span { border-color: #2ADDB7; }
span { border-color: rgb(42,221,183); }
td.TdClassName
{
border-color: #2ADDB7;
}
.TagClassName
{
border-color: #2ADDB7;
}
</style>