Shades of Turquoise #2ADDC7
Tints of Turquoise #2ADDC7
RGB
CMYK
RGB Variations
Color information
#2ADDC7 (or 0x2ADDC7) is known color: Turquoise. HEX triplet: 2A, DD and C7. RGB value is (42,221,199). Sum of RGB (Red+Green+Blue) = 42+221+199=462 (61% of max value = 765). Red value is 42 (16.80% from 255 or 9.09% from 462); Green value is 221 (86.72% from 255 or 47.84% from 462); Blue value is 199 (78.12% from 255 or 43.07% from 462); Max value from RGB is 221 - color contains mainly: green. Hex color #2ADDC7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ADDC7 is #D52238. Grayscale: #A4A4A4. Windows color (decimal): -13967929 or 13098282. OLE color: 13098282.
HSL color Cylindrical-coordinate representation of color #2ADDC7: hue angle of 172.63º 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 #2ADDC7 is Cyan = 0.81, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 221 | 199 | - |
| CMYK | 0.81 | 0 | 0.10 | 0.13 |
| HSL | 172.63º | 0.72% | 0.52% | - |
| HSV(B) | 172.63º | 0.81% | 0.87% | - |
| XYZ | 37.12 | 56.33 | 62.95 | - |
| YUV | 164.97 | 147.2 | 40.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 221 | 199 | 0.81 | 0 | 0.10 | 0.13 | 172.63 | 0.72 | 0.52 |
| Hex | 2A | DD | C7 | 51 | 0 | A | D | AD | 48 | 34 |
| Octal | 52 | 335 | 307 | 121 | 0 | 12 | 15 | 255 | 110 | 64 |
| Binary | 101010 | 11011101 | 11000111 | 1010001 | 0 | 1010 | 1101 | 10101101 | 1001000 | 110100 |
Color Harmonies of #2ADDC7
Complementary color
Monochromatic Colors of #2ADDC7
Black with #2ADDC7
Text Example
Text Example
White with #2ADDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADDC7; }
p { color: rgb(42,221,199); }
H1.HeaderClassName
{
color: #2ADDC7;
}
.AnyTagClassName
{
color: #2ADDC7;
}
</style>
background-color css
<style>
a { background-color: #2ADDC7; }
a { background-color: rgb(42,221,199); }
div.DivClassName
{
background-color: #2ADDC7;
}
.BgClassName
{
background-color: #2ADDC7;
}
</style>
border-color css
<style>
span { border-color: #2ADDC7; }
span { border-color: rgb(42,221,199); }
td.TdClassName
{
border-color: #2ADDC7;
}
.TagClassName
{
border-color: #2ADDC7;
}
</style>