Shades of Turquoise #2ADDC8
Tints of Turquoise #2ADDC8
RGB
CMYK
RGB Variations
Color information
#2ADDC8 (or 0x2ADDC8) is known color: Turquoise. HEX triplet: 2A, DD and C8. RGB value is (42,221,200). Sum of RGB (Red+Green+Blue) = 42+221+200=463 (61% of max value = 765). Red value is 42 (16.80% from 255 or 9.07% from 463); Green value is 221 (86.72% from 255 or 47.73% from 463); Blue value is 200 (78.52% from 255 or 43.20% from 463); Max value from RGB is 221 - color contains mainly: green. Hex color #2ADDC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ADDC8 is #D52237. Grayscale: #A4A4A4. Windows color (decimal): -13967928 or 13163818. OLE color: 13163818.
HSL color Cylindrical-coordinate representation of color #2ADDC8: hue angle of 172.96º 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 #2ADDC8 is Cyan = 0.81, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 221 | 200 | - |
| CMYK | 0.81 | 0 | 0.10 | 0.13 |
| HSL | 172.96º | 0.72% | 0.52% | - |
| HSV(B) | 172.96º | 0.81% | 0.87% | - |
| XYZ | 37.24 | 56.38 | 63.56 | - |
| YUV | 165.09 | 147.7 | 40.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 221 | 200 | 0.81 | 0 | 0.10 | 0.13 | 172.96 | 0.72 | 0.52 |
| Hex | 2A | DD | C8 | 51 | 0 | A | D | AD | 48 | 34 |
| Octal | 52 | 335 | 310 | 121 | 0 | 12 | 15 | 255 | 110 | 64 |
| Binary | 101010 | 11011101 | 11001000 | 1010001 | 0 | 1010 | 1101 | 10101101 | 1001000 | 110100 |
Color Harmonies of #2ADDC8
Complementary color
Monochromatic Colors of #2ADDC8
Black with #2ADDC8
Text Example
Text Example
White with #2ADDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADDC8; }
p { color: rgb(42,221,200); }
H1.HeaderClassName
{
color: #2ADDC8;
}
.AnyTagClassName
{
color: #2ADDC8;
}
</style>
background-color css
<style>
a { background-color: #2ADDC8; }
a { background-color: rgb(42,221,200); }
div.DivClassName
{
background-color: #2ADDC8;
}
.BgClassName
{
background-color: #2ADDC8;
}
</style>
border-color css
<style>
span { border-color: #2ADDC8; }
span { border-color: rgb(42,221,200); }
td.TdClassName
{
border-color: #2ADDC8;
}
.TagClassName
{
border-color: #2ADDC8;
}
</style>