Shades of Turquoise #2ADDCC
Tints of Turquoise #2ADDCC
RGB
CMYK
RGB Variations
Color information
#2ADDCC (or 0x2ADDCC) is known color: Turquoise. HEX triplet: 2A, DD and CC. RGB value is (42,221,204). Sum of RGB (Red+Green+Blue) = 42+221+204=467 (61% of max value = 765). Red value is 42 (16.80% from 255 or 8.99% from 467); Green value is 221 (86.72% from 255 or 47.32% from 467); Blue value is 204 (80.08% from 255 or 43.68% from 467); Max value from RGB is 221 - color contains mainly: green. Hex color #2ADDCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ADDCC is #D52233. Grayscale: #A5A5A5. Windows color (decimal): -13967924 or 13425962. OLE color: 13425962.
HSL color Cylindrical-coordinate representation of color #2ADDCC: hue angle of 174.3º 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 #2ADDCC is Cyan = 0.81, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 221 | 204 | - |
| CMYK | 0.81 | 0 | 0.08 | 0.13 |
| HSL | 174.3º | 0.72% | 0.52% | - |
| HSV(B) | 174.3º | 0.81% | 0.87% | - |
| XYZ | 37.71 | 56.56 | 66.06 | - |
| YUV | 165.54 | 149.7 | 39.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 221 | 204 | 0.81 | 0 | 0.08 | 0.13 | 174.3 | 0.72 | 0.52 |
| Hex | 2A | DD | CC | 51 | 0 | 8 | D | AE | 48 | 34 |
| Octal | 52 | 335 | 314 | 121 | 0 | 10 | 15 | 256 | 110 | 64 |
| Binary | 101010 | 11011101 | 11001100 | 1010001 | 0 | 1000 | 1101 | 10101110 | 1001000 | 110100 |
Color Harmonies of #2ADDCC
Complementary color
Monochromatic Colors of #2ADDCC
Black with #2ADDCC
Text Example
Text Example
White with #2ADDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADDCC; }
p { color: rgb(42,221,204); }
H1.HeaderClassName
{
color: #2ADDCC;
}
.AnyTagClassName
{
color: #2ADDCC;
}
</style>
background-color css
<style>
a { background-color: #2ADDCC; }
a { background-color: rgb(42,221,204); }
div.DivClassName
{
background-color: #2ADDCC;
}
.BgClassName
{
background-color: #2ADDCC;
}
</style>
border-color css
<style>
span { border-color: #2ADDCC; }
span { border-color: rgb(42,221,204); }
td.TdClassName
{
border-color: #2ADDCC;
}
.TagClassName
{
border-color: #2ADDCC;
}
</style>