Shades of Turquoise #2AD7DD
Tints of Turquoise #2AD7DD
RGB
CMYK
RGB Variations
Color information
#2AD7DD (or 0x2AD7DD) is known color: Turquoise. HEX triplet: 2A, D7 and DD. RGB value is (42,215,221). Sum of RGB (Red+Green+Blue) = 42+215+221=478 (63% of max value = 765). Red value is 42 (16.80% from 255 or 8.79% from 478); Green value is 215 (84.38% from 255 or 44.98% from 478); Blue value is 221 (86.72% from 255 or 46.23% from 478); Max value from RGB is 221 - color contains mainly: blue. Hex color #2AD7DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2AD7DD is #D52822. Grayscale: #A3A3A3. Windows color (decimal): -13969443 or 14538538. OLE color: 14538538.
HSL color Cylindrical-coordinate representation of color #2AD7DD: hue angle of 182.01º 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 #2AD7DD is Cyan = 0.81, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 215 | 221 | - |
| CMYK | 0.81 | 0.03 | 0 | 0.13 |
| HSL | 182.01º | 0.72% | 0.52% | - |
| HSV(B) | 182.01º | 0.81% | 0.87% | - |
| XYZ | 38.31 | 54.31 | 76.87 | - |
| YUV | 163.96 | 160.19 | 41.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 215 | 221 | 0.81 | 0.03 | 0 | 0.13 | 182.01 | 0.72 | 0.52 |
| Hex | 2A | D7 | DD | 51 | 3 | 0 | D | B6 | 48 | 34 |
| Octal | 52 | 327 | 335 | 121 | 3 | 0 | 15 | 266 | 110 | 64 |
| Binary | 101010 | 11010111 | 11011101 | 1010001 | 11 | 0 | 1101 | 10110110 | 1001000 | 110100 |
Color Harmonies of #2AD7DD
Complementary color
Monochromatic Colors of #2AD7DD
Black with #2AD7DD
Text Example
Text Example
White with #2AD7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD7DD; }
p { color: rgb(42,215,221); }
H1.HeaderClassName
{
color: #2AD7DD;
}
.AnyTagClassName
{
color: #2AD7DD;
}
</style>
background-color css
<style>
a { background-color: #2AD7DD; }
a { background-color: rgb(42,215,221); }
div.DivClassName
{
background-color: #2AD7DD;
}
.BgClassName
{
background-color: #2AD7DD;
}
</style>
border-color css
<style>
span { border-color: #2AD7DD; }
span { border-color: rgb(42,215,221); }
td.TdClassName
{
border-color: #2AD7DD;
}
.TagClassName
{
border-color: #2AD7DD;
}
</style>