Shades of Turquoise #2AD9D7
Tints of Turquoise #2AD9D7
RGB
CMYK
RGB Variations
Color information
#2AD9D7 (or 0x2AD9D7) is known color: Turquoise. HEX triplet: 2A, D9 and D7. RGB value is (42,217,215). Sum of RGB (Red+Green+Blue) = 42+217+215=474 (62% of max value = 765). Red value is 42 (16.80% from 255 or 8.86% from 474); Green value is 217 (85.16% from 255 or 45.78% from 474); Blue value is 215 (84.38% from 255 or 45.36% from 474); Max value from RGB is 217 - color contains mainly: green. Hex color #2AD9D7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2AD9D7 is #D52628. Grayscale: #A4A4A4. Windows color (decimal): -13968937 or 14145834. OLE color: 14145834.
HSL color Cylindrical-coordinate representation of color #2AD9D7: hue angle of 179.31º 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 #2AD9D7 is Cyan = 0.81, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 217 | 215 | - |
| CMYK | 0.81 | 0 | 0.01 | 0.15 |
| HSL | 179.31º | 0.7% | 0.51% | - |
| HSV(B) | 179.31º | 0.81% | 0.85% | - |
| XYZ | 38.03 | 55.02 | 72.91 | - |
| YUV | 164.45 | 156.52 | 40.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 217 | 215 | 0.81 | 0 | 0.01 | 0.15 | 179.31 | 0.7 | 0.51 |
| Hex | 2A | D9 | D7 | 51 | 0 | 1 | F | B3 | 46 | 33 |
| Octal | 52 | 331 | 327 | 121 | 0 | 1 | 17 | 263 | 106 | 63 |
| Binary | 101010 | 11011001 | 11010111 | 1010001 | 0 | 1 | 1111 | 10110011 | 1000110 | 110011 |
Color Harmonies of #2AD9D7
Complementary color
Monochromatic Colors of #2AD9D7
Black with #2AD9D7
Text Example
Text Example
White with #2AD9D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD9D7; }
p { color: rgb(42,217,215); }
H1.HeaderClassName
{
color: #2AD9D7;
}
.AnyTagClassName
{
color: #2AD9D7;
}
</style>
background-color css
<style>
a { background-color: #2AD9D7; }
a { background-color: rgb(42,217,215); }
div.DivClassName
{
background-color: #2AD9D7;
}
.BgClassName
{
background-color: #2AD9D7;
}
</style>
border-color css
<style>
span { border-color: #2AD9D7; }
span { border-color: rgb(42,217,215); }
td.TdClassName
{
border-color: #2AD9D7;
}
.TagClassName
{
border-color: #2AD9D7;
}
</style>