Shades of Turquoise #2AD6CE
Tints of Turquoise #2AD6CE
RGB
CMYK
RGB Variations
Color information
#2AD6CE (or 0x2AD6CE) is known color: Turquoise. HEX triplet: 2A, D6 and CE. RGB value is (42,214,206). Sum of RGB (Red+Green+Blue) = 42+214+206=462 (61% of max value = 765). Red value is 42 (16.80% from 255 or 9.09% from 462); Green value is 214 (83.98% from 255 or 46.32% from 462); Blue value is 206 (80.86% from 255 or 44.59% from 462); Max value from RGB is 214 - color contains mainly: green. Hex color #2AD6CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2AD6CE is #D52931. Grayscale: #A1A1A1. Windows color (decimal): -13969714 or 13555242. OLE color: 13555242.
HSL color Cylindrical-coordinate representation of color #2AD6CE: hue angle of 177.21º 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 #2AD6CE is Cyan = 0.80, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 42 | 214 | 206 | - |
| CMYK | 0.80 | 0 | 0.04 | 0.16 |
| HSL | 177.21º | 0.68% | 0.5% | - |
| HSV(B) | 177.21º | 0.8% | 0.84% | - |
| XYZ | 36.14 | 53.04 | 66.73 | - |
| YUV | 161.66 | 153.02 | 42.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 214 | 206 | 0.80 | 0 | 0.04 | 0.16 | 177.21 | 0.68 | 0.5 |
| Hex | 2A | D6 | CE | 50 | 0 | 4 | 10 | B1 | 44 | 32 |
| Octal | 52 | 326 | 316 | 120 | 0 | 4 | 20 | 261 | 104 | 62 |
| Binary | 101010 | 11010110 | 11001110 | 1010000 | 0 | 100 | 10000 | 10110001 | 1000100 | 110010 |
Color Harmonies of #2AD6CE
Complementary color
Monochromatic Colors of #2AD6CE
Black with #2AD6CE
Text Example
Text Example
White with #2AD6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD6CE; }
p { color: rgb(42,214,206); }
H1.HeaderClassName
{
color: #2AD6CE;
}
.AnyTagClassName
{
color: #2AD6CE;
}
</style>
background-color css
<style>
a { background-color: #2AD6CE; }
a { background-color: rgb(42,214,206); }
div.DivClassName
{
background-color: #2AD6CE;
}
.BgClassName
{
background-color: #2AD6CE;
}
</style>
border-color css
<style>
span { border-color: #2AD6CE; }
span { border-color: rgb(42,214,206); }
td.TdClassName
{
border-color: #2AD6CE;
}
.TagClassName
{
border-color: #2AD6CE;
}
</style>