Shades of Turquoise #2ADDD8
Tints of Turquoise #2ADDD8
RGB
CMYK
RGB Variations
Color information
#2ADDD8 (or 0x2ADDD8) is known color: Turquoise. HEX triplet: 2A, DD and D8. RGB value is (42,221,216). Sum of RGB (Red+Green+Blue) = 42+221+216=479 (63% of max value = 765). Red value is 42 (16.80% from 255 or 8.77% from 479); Green value is 221 (86.72% from 255 or 46.14% from 479); Blue value is 216 (84.77% from 255 or 45.09% from 479); Max value from RGB is 221 - color contains mainly: green. Hex color #2ADDD8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ADDD8 is #D52227. Grayscale: #A6A6A6. Windows color (decimal): -13967912 or 14212394. OLE color: 14212394.
HSL color Cylindrical-coordinate representation of color #2ADDD8: hue angle of 178.32º 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 #2ADDD8 is Cyan = 0.81, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 221 | 216 | - |
| CMYK | 0.81 | 0 | 0.02 | 0.13 |
| HSL | 178.32º | 0.72% | 0.52% | - |
| HSV(B) | 178.32º | 0.81% | 0.87% | - |
| XYZ | 39.21 | 57.16 | 73.93 | - |
| YUV | 166.91 | 155.7 | 38.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 221 | 216 | 0.81 | 0 | 0.02 | 0.13 | 178.32 | 0.72 | 0.52 |
| Hex | 2A | DD | D8 | 51 | 0 | 2 | D | B2 | 48 | 34 |
| Octal | 52 | 335 | 330 | 121 | 0 | 2 | 15 | 262 | 110 | 64 |
| Binary | 101010 | 11011101 | 11011000 | 1010001 | 0 | 10 | 1101 | 10110010 | 1001000 | 110100 |
Color Harmonies of #2ADDD8
Complementary color
Monochromatic Colors of #2ADDD8
Black with #2ADDD8
Text Example
Text Example
White with #2ADDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADDD8; }
p { color: rgb(42,221,216); }
H1.HeaderClassName
{
color: #2ADDD8;
}
.AnyTagClassName
{
color: #2ADDD8;
}
</style>
background-color css
<style>
a { background-color: #2ADDD8; }
a { background-color: rgb(42,221,216); }
div.DivClassName
{
background-color: #2ADDD8;
}
.BgClassName
{
background-color: #2ADDD8;
}
</style>
border-color css
<style>
span { border-color: #2ADDD8; }
span { border-color: rgb(42,221,216); }
td.TdClassName
{
border-color: #2ADDD8;
}
.TagClassName
{
border-color: #2ADDD8;
}
</style>