Shades of Turquoise #2AD3CD
Tints of Turquoise #2AD3CD
RGB
CMYK
RGB Variations
Color information
#2AD3CD (or 0x2AD3CD) is known color: Turquoise. HEX triplet: 2A, D3 and CD. RGB value is (42,211,205). Sum of RGB (Red+Green+Blue) = 42+211+205=458 (60% of max value = 765). Red value is 42 (16.80% from 255 or 9.17% from 458); Green value is 211 (82.81% from 255 or 46.07% from 458); Blue value is 205 (80.47% from 255 or 44.76% from 458); Max value from RGB is 211 - color contains mainly: green. Hex color #2AD3CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2AD3CD is #D52C32. Grayscale: #9F9F9F. Windows color (decimal): -13970483 or 13488938. OLE color: 13488938.
HSL color Cylindrical-coordinate representation of color #2AD3CD: hue angle of 177.87º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2AD3CD is Cyan = 0.80, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 42 | 211 | 205 | - |
| CMYK | 0.80 | 0 | 0.03 | 0.17 |
| HSL | 177.87º | 0.67% | 0.5% | - |
| HSV(B) | 177.87º | 0.8% | 0.83% | - |
| XYZ | 35.27 | 51.49 | 65.84 | - |
| YUV | 159.79 | 153.51 | 43.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 211 | 205 | 0.80 | 0 | 0.03 | 0.17 | 177.87 | 0.67 | 0.5 |
| Hex | 2A | D3 | CD | 50 | 0 | 3 | 11 | B2 | 43 | 32 |
| Octal | 52 | 323 | 315 | 120 | 0 | 3 | 21 | 262 | 103 | 62 |
| Binary | 101010 | 11010011 | 11001101 | 1010000 | 0 | 11 | 10001 | 10110010 | 1000011 | 110010 |
Color Harmonies of #2AD3CD
Complementary color
Monochromatic Colors of #2AD3CD
Black with #2AD3CD
Text Example
Text Example
White with #2AD3CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD3CD; }
p { color: rgb(42,211,205); }
H1.HeaderClassName
{
color: #2AD3CD;
}
.AnyTagClassName
{
color: #2AD3CD;
}
</style>
background-color css
<style>
a { background-color: #2AD3CD; }
a { background-color: rgb(42,211,205); }
div.DivClassName
{
background-color: #2AD3CD;
}
.BgClassName
{
background-color: #2AD3CD;
}
</style>
border-color css
<style>
span { border-color: #2AD3CD; }
span { border-color: rgb(42,211,205); }
td.TdClassName
{
border-color: #2AD3CD;
}
.TagClassName
{
border-color: #2AD3CD;
}
</style>