Shades of Turquoise #2ADEB7
Tints of Turquoise #2ADEB7
RGB
CMYK
RGB Variations
Color information
#2ADEB7 (or 0x2ADEB7) is known color: Turquoise. HEX triplet: 2A, DE and B7. RGB value is (42,222,183). Sum of RGB (Red+Green+Blue) = 42+222+183=447 (59% of max value = 765). Red value is 42 (16.80% from 255 or 9.40% from 447); Green value is 222 (87.11% from 255 or 49.66% from 447); Blue value is 183 (71.88% from 255 or 40.94% from 447); Max value from RGB is 222 - color contains mainly: green. Hex color #2ADEB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ADEB7 is #D52148. Grayscale: #A3A3A3. Windows color (decimal): -13967689 or 12049962. OLE color: 12049962.
HSL color Cylindrical-coordinate representation of color #2ADEB7: hue angle of 167º degrees, saturation: 0.73, 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 #2ADEB7 is Cyan = 0.81, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 222 | 183 | - |
| CMYK | 0.81 | 0 | 0.18 | 0.13 |
| HSL | 167º | 0.73% | 0.52% | - |
| HSV(B) | 167º | 0.81% | 0.87% | - |
| XYZ | 35.62 | 56.15 | 53.76 | - |
| YUV | 163.73 | 138.87 | 41.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 222 | 183 | 0.81 | 0 | 0.18 | 0.13 | 167 | 0.73 | 0.52 |
| Hex | 2A | DE | B7 | 51 | 0 | 12 | D | A7 | 49 | 34 |
| Octal | 52 | 336 | 267 | 121 | 0 | 22 | 15 | 247 | 111 | 64 |
| Binary | 101010 | 11011110 | 10110111 | 1010001 | 0 | 10010 | 1101 | 10100111 | 1001001 | 110100 |
Color Harmonies of #2ADEB7
Complementary color
Monochromatic Colors of #2ADEB7
Black with #2ADEB7
Text Example
Text Example
White with #2ADEB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADEB7; }
p { color: rgb(42,222,183); }
H1.HeaderClassName
{
color: #2ADEB7;
}
.AnyTagClassName
{
color: #2ADEB7;
}
</style>
background-color css
<style>
a { background-color: #2ADEB7; }
a { background-color: rgb(42,222,183); }
div.DivClassName
{
background-color: #2ADEB7;
}
.BgClassName
{
background-color: #2ADEB7;
}
</style>
border-color css
<style>
span { border-color: #2ADEB7; }
span { border-color: rgb(42,222,183); }
td.TdClassName
{
border-color: #2ADEB7;
}
.TagClassName
{
border-color: #2ADEB7;
}
</style>