Shades of Turquoise #2AD9D4
Tints of Turquoise #2AD9D4
RGB
CMYK
RGB Variations
Color information
#2AD9D4 (or 0x2AD9D4) is known color: Turquoise. HEX triplet: 2A, D9 and D4. RGB value is (42,217,212). Sum of RGB (Red+Green+Blue) = 42+217+212=471 (62% of max value = 765). Red value is 42 (16.80% from 255 or 8.92% from 471); Green value is 217 (85.16% from 255 or 46.07% from 471); Blue value is 212 (83.20% from 255 or 45.01% from 471); Max value from RGB is 217 - color contains mainly: green. Hex color #2AD9D4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2AD9D4 is #D5262B. Grayscale: #A3A3A3. Windows color (decimal): -13968940 or 13949226. OLE color: 13949226.
HSL color Cylindrical-coordinate representation of color #2AD9D4: hue angle of 178.29º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2AD9D4 is Cyan = 0.81, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 217 | 212 | - |
| CMYK | 0.81 | 0 | 0.02 | 0.15 |
| HSL | 178.29º | 0.7% | 0.51% | - |
| HSV(B) | 178.29º | 0.81% | 0.85% | - |
| XYZ | 37.65 | 54.87 | 70.89 | - |
| YUV | 164.11 | 155.02 | 40.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 217 | 212 | 0.81 | 0 | 0.02 | 0.15 | 178.29 | 0.7 | 0.51 |
| Hex | 2A | D9 | D4 | 51 | 0 | 2 | F | B2 | 46 | 33 |
| Octal | 52 | 331 | 324 | 121 | 0 | 2 | 17 | 262 | 106 | 63 |
| Binary | 101010 | 11011001 | 11010100 | 1010001 | 0 | 10 | 1111 | 10110010 | 1000110 | 110011 |
Color Harmonies of #2AD9D4
Complementary color
Monochromatic Colors of #2AD9D4
Black with #2AD9D4
Text Example
Text Example
White with #2AD9D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD9D4; }
p { color: rgb(42,217,212); }
H1.HeaderClassName
{
color: #2AD9D4;
}
.AnyTagClassName
{
color: #2AD9D4;
}
</style>
background-color css
<style>
a { background-color: #2AD9D4; }
a { background-color: rgb(42,217,212); }
div.DivClassName
{
background-color: #2AD9D4;
}
.BgClassName
{
background-color: #2AD9D4;
}
</style>
border-color css
<style>
span { border-color: #2AD9D4; }
span { border-color: rgb(42,217,212); }
td.TdClassName
{
border-color: #2AD9D4;
}
.TagClassName
{
border-color: #2AD9D4;
}
</style>