Shades of Turquoise #2AD6DD
Tints of Turquoise #2AD6DD
RGB
CMYK
RGB Variations
Color information
#2AD6DD (or 0x2AD6DD) is known color: Turquoise. HEX triplet: 2A, D6 and DD. RGB value is (42,214,221). Sum of RGB (Red+Green+Blue) = 42+214+221=477 (63% of max value = 765). Red value is 42 (16.80% from 255 or 8.81% from 477); Green value is 214 (83.98% from 255 or 44.86% from 477); Blue value is 221 (86.72% from 255 or 46.33% from 477); Max value from RGB is 221 - color contains mainly: blue. Hex color #2AD6DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2AD6DD is #D52922. Grayscale: #A3A3A3. Windows color (decimal): -13969699 or 14538282. OLE color: 14538282.
HSL color Cylindrical-coordinate representation of color #2AD6DD: hue angle of 182.35º 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 #2AD6DD is Cyan = 0.81, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 214 | 221 | - |
| CMYK | 0.81 | 0.03 | 0 | 0.13 |
| HSL | 182.35º | 0.72% | 0.52% | - |
| HSV(B) | 182.35º | 0.81% | 0.87% | - |
| XYZ | 38.05 | 53.81 | 76.79 | - |
| YUV | 163.37 | 160.52 | 41.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 214 | 221 | 0.81 | 0.03 | 0 | 0.13 | 182.35 | 0.72 | 0.52 |
| Hex | 2A | D6 | DD | 51 | 3 | 0 | D | B6 | 48 | 34 |
| Octal | 52 | 326 | 335 | 121 | 3 | 0 | 15 | 266 | 110 | 64 |
| Binary | 101010 | 11010110 | 11011101 | 1010001 | 11 | 0 | 1101 | 10110110 | 1001000 | 110100 |
Color Harmonies of #2AD6DD
Complementary color
Monochromatic Colors of #2AD6DD
Black with #2AD6DD
Text Example
Text Example
White with #2AD6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD6DD; }
p { color: rgb(42,214,221); }
H1.HeaderClassName
{
color: #2AD6DD;
}
.AnyTagClassName
{
color: #2AD6DD;
}
</style>
background-color css
<style>
a { background-color: #2AD6DD; }
a { background-color: rgb(42,214,221); }
div.DivClassName
{
background-color: #2AD6DD;
}
.BgClassName
{
background-color: #2AD6DD;
}
</style>
border-color css
<style>
span { border-color: #2AD6DD; }
span { border-color: rgb(42,214,221); }
td.TdClassName
{
border-color: #2AD6DD;
}
.TagClassName
{
border-color: #2AD6DD;
}
</style>