Shades of Turquoise #2ADDD4
Tints of Turquoise #2ADDD4
RGB
CMYK
RGB Variations
Color information
#2ADDD4 (or 0x2ADDD4) is known color: Turquoise. HEX triplet: 2A, DD and D4. RGB value is (42,221,212). Sum of RGB (Red+Green+Blue) = 42+221+212=475 (62% of max value = 765). Red value is 42 (16.80% from 255 or 8.84% from 475); Green value is 221 (86.72% from 255 or 46.53% from 475); Blue value is 212 (83.20% from 255 or 44.63% from 475); Max value from RGB is 221 - color contains mainly: green. Hex color #2ADDD4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ADDD4 is #D5222B. Grayscale: #A6A6A6. Windows color (decimal): -13967916 or 13950250. OLE color: 13950250.
HSL color Cylindrical-coordinate representation of color #2ADDD4: hue angle of 176.98º 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 #2ADDD4 is Cyan = 0.81, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 221 | 212 | - |
| CMYK | 0.81 | 0 | 0.04 | 0.13 |
| HSL | 176.98º | 0.72% | 0.52% | - |
| HSV(B) | 176.98º | 0.81% | 0.87% | - |
| XYZ | 38.69 | 56.96 | 71.24 | - |
| YUV | 166.45 | 153.7 | 39.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 221 | 212 | 0.81 | 0 | 0.04 | 0.13 | 176.98 | 0.72 | 0.52 |
| Hex | 2A | DD | D4 | 51 | 0 | 4 | D | B1 | 48 | 34 |
| Octal | 52 | 335 | 324 | 121 | 0 | 4 | 15 | 261 | 110 | 64 |
| Binary | 101010 | 11011101 | 11010100 | 1010001 | 0 | 100 | 1101 | 10110001 | 1001000 | 110100 |
Color Harmonies of #2ADDD4
Complementary color
Monochromatic Colors of #2ADDD4
Black with #2ADDD4
Text Example
Text Example
White with #2ADDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADDD4; }
p { color: rgb(42,221,212); }
H1.HeaderClassName
{
color: #2ADDD4;
}
.AnyTagClassName
{
color: #2ADDD4;
}
</style>
background-color css
<style>
a { background-color: #2ADDD4; }
a { background-color: rgb(42,221,212); }
div.DivClassName
{
background-color: #2ADDD4;
}
.BgClassName
{
background-color: #2ADDD4;
}
</style>
border-color css
<style>
span { border-color: #2ADDD4; }
span { border-color: rgb(42,221,212); }
td.TdClassName
{
border-color: #2ADDD4;
}
.TagClassName
{
border-color: #2ADDD4;
}
</style>