Shades of Turquoise #2AD2CC
Tints of Turquoise #2AD2CC
RGB
CMYK
RGB Variations
Color information
#2AD2CC (or 0x2AD2CC) is known color: Turquoise. HEX triplet: 2A, D2 and CC. RGB value is (42,210,204). Sum of RGB (Red+Green+Blue) = 42+210+204=456 (60% of max value = 765). Red value is 42 (16.80% from 255 or 9.21% from 456); Green value is 210 (82.42% from 255 or 46.05% from 456); Blue value is 204 (80.08% from 255 or 44.74% from 456); Max value from RGB is 210 - color contains mainly: green. Hex color #2AD2CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2AD2CC is #D52D33. Grayscale: #9E9E9E. Windows color (decimal): -13970740 or 13423146. OLE color: 13423146.
HSL color Cylindrical-coordinate representation of color #2AD2CC: hue angle of 177.86º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2AD2CC is Cyan = 0.8, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 42 | 210 | 204 | - |
| CMYK | 0.8 | 0 | 0.03 | 0.18 |
| HSL | 177.86º | 0.67% | 0.49% | - |
| HSV(B) | 177.86º | 0.8% | 0.82% | - |
| XYZ | 34.9 | 50.95 | 65.12 | - |
| YUV | 159.08 | 153.34 | 44.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 210 | 204 | 0.8 | 0 | 0.03 | 0.18 | 177.86 | 0.67 | 0.49 |
| Hex | 2A | D2 | CC | 50 | 0 | 3 | 12 | B2 | 43 | 31 |
| Octal | 52 | 322 | 314 | 120 | 0 | 3 | 22 | 262 | 103 | 61 |
| Binary | 101010 | 11010010 | 11001100 | 1010000 | 0 | 11 | 10010 | 10110010 | 1000011 | 110001 |
Color Harmonies of #2AD2CC
Complementary color
Monochromatic Colors of #2AD2CC
Black with #2AD2CC
Text Example
Text Example
White with #2AD2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD2CC; }
p { color: rgb(42,210,204); }
H1.HeaderClassName
{
color: #2AD2CC;
}
.AnyTagClassName
{
color: #2AD2CC;
}
</style>
background-color css
<style>
a { background-color: #2AD2CC; }
a { background-color: rgb(42,210,204); }
div.DivClassName
{
background-color: #2AD2CC;
}
.BgClassName
{
background-color: #2AD2CC;
}
</style>
border-color css
<style>
span { border-color: #2AD2CC; }
span { border-color: rgb(42,210,204); }
td.TdClassName
{
border-color: #2AD2CC;
}
.TagClassName
{
border-color: #2AD2CC;
}
</style>