Shades of Turquoise #2ADDDC
Tints of Turquoise #2ADDDC
RGB
CMYK
RGB Variations
Color information
#2ADDDC (or 0x2ADDDC) is known color: Turquoise. HEX triplet: 2A, DD and DC. RGB value is (42,221,220). Sum of RGB (Red+Green+Blue) = 42+221+220=483 (63% of max value = 765). Red value is 42 (16.80% from 255 or 8.70% from 483); Green value is 221 (86.72% from 255 or 45.76% from 483); Blue value is 220 (86.33% from 255 or 45.55% from 483); Max value from RGB is 221 - color contains mainly: green. Hex color #2ADDDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ADDDC is #D52223. Grayscale: #A7A7A7. Windows color (decimal): -13967908 or 14474538. OLE color: 14474538.
HSL color Cylindrical-coordinate representation of color #2ADDDC: hue angle of 179.66º 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 #2ADDDC is Cyan = 0.81, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 221 | 220 | - |
| CMYK | 0.81 | 0 | 0.00 | 0.13 |
| HSL | 179.66º | 0.72% | 0.52% | - |
| HSV(B) | 179.66º | 0.81% | 0.87% | - |
| XYZ | 39.73 | 57.37 | 76.69 | - |
| YUV | 167.37 | 157.7 | 38.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 221 | 220 | 0.81 | 0 | 0.00 | 0.13 | 179.66 | 0.72 | 0.52 |
| Hex | 2A | DD | DC | 51 | 0 | 0 | D | B4 | 48 | 34 |
| Octal | 52 | 335 | 334 | 121 | 0 | 0 | 15 | 264 | 110 | 64 |
| Binary | 101010 | 11011101 | 11011100 | 1010001 | 0 | 0 | 1101 | 10110100 | 1001000 | 110100 |
Color Harmonies of #2ADDDC
Complementary color
Monochromatic Colors of #2ADDDC
Black with #2ADDDC
Text Example
Text Example
White with #2ADDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADDDC; }
p { color: rgb(42,221,220); }
H1.HeaderClassName
{
color: #2ADDDC;
}
.AnyTagClassName
{
color: #2ADDDC;
}
</style>
background-color css
<style>
a { background-color: #2ADDDC; }
a { background-color: rgb(42,221,220); }
div.DivClassName
{
background-color: #2ADDDC;
}
.BgClassName
{
background-color: #2ADDDC;
}
</style>
border-color css
<style>
span { border-color: #2ADDDC; }
span { border-color: rgb(42,221,220); }
td.TdClassName
{
border-color: #2ADDDC;
}
.TagClassName
{
border-color: #2ADDDC;
}
</style>