Shades of Turquoise #2ADDCE
Tints of Turquoise #2ADDCE
RGB
CMYK
RGB Variations
Color information
#2ADDCE (or 0x2ADDCE) is known color: Turquoise. HEX triplet: 2A, DD and CE. RGB value is (42,221,206). Sum of RGB (Red+Green+Blue) = 42+221+206=469 (62% of max value = 765). Red value is 42 (16.80% from 255 or 8.96% from 469); Green value is 221 (86.72% from 255 or 47.12% from 469); Blue value is 206 (80.86% from 255 or 43.92% from 469); Max value from RGB is 221 - color contains mainly: green. Hex color #2ADDCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ADDCE is #D52231. Grayscale: #A5A5A5. Windows color (decimal): -13967922 or 13557034. OLE color: 13557034.
HSL color Cylindrical-coordinate representation of color #2ADDCE: hue angle of 174.97º 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 #2ADDCE is Cyan = 0.81, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 221 | 206 | - |
| CMYK | 0.81 | 0 | 0.07 | 0.13 |
| HSL | 174.97º | 0.72% | 0.52% | - |
| HSV(B) | 174.97º | 0.81% | 0.87% | - |
| XYZ | 37.95 | 56.66 | 67.33 | - |
| YUV | 165.77 | 150.7 | 39.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 221 | 206 | 0.81 | 0 | 0.07 | 0.13 | 174.97 | 0.72 | 0.52 |
| Hex | 2A | DD | CE | 51 | 0 | 7 | D | AF | 48 | 34 |
| Octal | 52 | 335 | 316 | 121 | 0 | 7 | 15 | 257 | 110 | 64 |
| Binary | 101010 | 11011101 | 11001110 | 1010001 | 0 | 111 | 1101 | 10101111 | 1001000 | 110100 |
Color Harmonies of #2ADDCE
Complementary color
Monochromatic Colors of #2ADDCE
Black with #2ADDCE
Text Example
Text Example
White with #2ADDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADDCE; }
p { color: rgb(42,221,206); }
H1.HeaderClassName
{
color: #2ADDCE;
}
.AnyTagClassName
{
color: #2ADDCE;
}
</style>
background-color css
<style>
a { background-color: #2ADDCE; }
a { background-color: rgb(42,221,206); }
div.DivClassName
{
background-color: #2ADDCE;
}
.BgClassName
{
background-color: #2ADDCE;
}
</style>
border-color css
<style>
span { border-color: #2ADDCE; }
span { border-color: rgb(42,221,206); }
td.TdClassName
{
border-color: #2ADDCE;
}
.TagClassName
{
border-color: #2ADDCE;
}
</style>