Shades of Turquoise #2AD6CD
Tints of Turquoise #2AD6CD
RGB
CMYK
RGB Variations
Color information
#2AD6CD (or 0x2AD6CD) is known color: Turquoise. HEX triplet: 2A, D6 and CD. RGB value is (42,214,205). Sum of RGB (Red+Green+Blue) = 42+214+205=461 (61% of max value = 765). Red value is 42 (16.80% from 255 or 9.11% from 461); Green value is 214 (83.98% from 255 or 46.42% from 461); Blue value is 205 (80.47% from 255 or 44.47% from 461); Max value from RGB is 214 - color contains mainly: green. Hex color #2AD6CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2AD6CD is #D52932. Grayscale: #A1A1A1. Windows color (decimal): -13969715 or 13489706. OLE color: 13489706.
HSL color Cylindrical-coordinate representation of color #2AD6CD: hue angle of 176.86º 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 #2AD6CD is Cyan = 0.80, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 42 | 214 | 205 | - |
| CMYK | 0.80 | 0 | 0.04 | 0.16 |
| HSL | 176.86º | 0.68% | 0.5% | - |
| HSV(B) | 176.86º | 0.8% | 0.84% | - |
| XYZ | 36.02 | 52.99 | 66.09 | - |
| YUV | 161.55 | 152.52 | 42.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 214 | 205 | 0.80 | 0 | 0.04 | 0.16 | 176.86 | 0.68 | 0.5 |
| Hex | 2A | D6 | CD | 50 | 0 | 4 | 10 | B1 | 44 | 32 |
| Octal | 52 | 326 | 315 | 120 | 0 | 4 | 20 | 261 | 104 | 62 |
| Binary | 101010 | 11010110 | 11001101 | 1010000 | 0 | 100 | 10000 | 10110001 | 1000100 | 110010 |
Color Harmonies of #2AD6CD
Complementary color
Monochromatic Colors of #2AD6CD
Black with #2AD6CD
Text Example
Text Example
White with #2AD6CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD6CD; }
p { color: rgb(42,214,205); }
H1.HeaderClassName
{
color: #2AD6CD;
}
.AnyTagClassName
{
color: #2AD6CD;
}
</style>
background-color css
<style>
a { background-color: #2AD6CD; }
a { background-color: rgb(42,214,205); }
div.DivClassName
{
background-color: #2AD6CD;
}
.BgClassName
{
background-color: #2AD6CD;
}
</style>
border-color css
<style>
span { border-color: #2AD6CD; }
span { border-color: rgb(42,214,205); }
td.TdClassName
{
border-color: #2AD6CD;
}
.TagClassName
{
border-color: #2AD6CD;
}
</style>