Shades of Turquoise #2AD2DC
Tints of Turquoise #2AD2DC
RGB
CMYK
RGB Variations
Color information
#2AD2DC (or 0x2AD2DC) is known color: Turquoise. HEX triplet: 2A, D2 and DC. RGB value is (42,210,220). Sum of RGB (Red+Green+Blue) = 42+210+220=472 (62% of max value = 765). Red value is 42 (16.80% from 255 or 8.90% from 472); Green value is 210 (82.42% from 255 or 44.49% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 220 - color contains mainly: blue. Hex color #2AD2DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2AD2DC is #D52D23. Grayscale: #A0A0A0. Windows color (decimal): -13970724 or 14471722. OLE color: 14471722.
HSL color Cylindrical-coordinate representation of color #2AD2DC: hue angle of 183.37º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2AD2DC is Cyan = 0.81, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 42 | 210 | 220 | - |
| CMYK | 0.81 | 0.05 | 0 | 0.14 |
| HSL | 183.37º | 0.72% | 0.51% | - |
| HSV(B) | 183.37º | 0.81% | 0.86% | - |
| XYZ | 36.92 | 51.75 | 75.75 | - |
| YUV | 160.91 | 161.34 | 43.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 210 | 220 | 0.81 | 0.05 | 0 | 0.14 | 183.37 | 0.72 | 0.51 |
| Hex | 2A | D2 | DC | 51 | 5 | 0 | E | B7 | 48 | 33 |
| Octal | 52 | 322 | 334 | 121 | 5 | 0 | 16 | 267 | 110 | 63 |
| Binary | 101010 | 11010010 | 11011100 | 1010001 | 101 | 0 | 1110 | 10110111 | 1001000 | 110011 |
Color Harmonies of #2AD2DC
Complementary color
Monochromatic Colors of #2AD2DC
Black with #2AD2DC
Text Example
Text Example
White with #2AD2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD2DC; }
p { color: rgb(42,210,220); }
H1.HeaderClassName
{
color: #2AD2DC;
}
.AnyTagClassName
{
color: #2AD2DC;
}
</style>
background-color css
<style>
a { background-color: #2AD2DC; }
a { background-color: rgb(42,210,220); }
div.DivClassName
{
background-color: #2AD2DC;
}
.BgClassName
{
background-color: #2AD2DC;
}
</style>
border-color css
<style>
span { border-color: #2AD2DC; }
span { border-color: rgb(42,210,220); }
td.TdClassName
{
border-color: #2AD2DC;
}
.TagClassName
{
border-color: #2AD2DC;
}
</style>