Shades of Turquoise #2ADCCB
Tints of Turquoise #2ADCCB
RGB
CMYK
RGB Variations
Color information
#2ADCCB (or 0x2ADCCB) is known color: Turquoise. HEX triplet: 2A, DC and CB. RGB value is (42,220,203). Sum of RGB (Red+Green+Blue) = 42+220+203=465 (61% of max value = 765). Red value is 42 (16.80% from 255 or 9.03% from 465); Green value is 220 (86.33% from 255 or 47.31% from 465); Blue value is 203 (79.69% from 255 or 43.66% from 465); Max value from RGB is 220 - color contains mainly: green. Hex color #2ADCCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ADCCB is #D52334. Grayscale: #A4A4A4. Windows color (decimal): -13968181 or 13360170. OLE color: 13360170.
HSL color Cylindrical-coordinate representation of color #2ADCCB: hue angle of 174.27º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ADCCB is Cyan = 0.81, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 42 | 220 | 203 | - |
| CMYK | 0.81 | 0 | 0.08 | 0.14 |
| HSL | 174.27º | 0.72% | 0.51% | - |
| HSV(B) | 174.27º | 0.81% | 0.86% | - |
| XYZ | 37.33 | 55.99 | 65.34 | - |
| YUV | 164.84 | 149.53 | 40.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 220 | 203 | 0.81 | 0 | 0.08 | 0.14 | 174.27 | 0.72 | 0.51 |
| Hex | 2A | DC | CB | 51 | 0 | 8 | E | AE | 48 | 33 |
| Octal | 52 | 334 | 313 | 121 | 0 | 10 | 16 | 256 | 110 | 63 |
| Binary | 101010 | 11011100 | 11001011 | 1010001 | 0 | 1000 | 1110 | 10101110 | 1001000 | 110011 |
Color Harmonies of #2ADCCB
Complementary color
Monochromatic Colors of #2ADCCB
Black with #2ADCCB
Text Example
Text Example
White with #2ADCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADCCB; }
p { color: rgb(42,220,203); }
H1.HeaderClassName
{
color: #2ADCCB;
}
.AnyTagClassName
{
color: #2ADCCB;
}
</style>
background-color css
<style>
a { background-color: #2ADCCB; }
a { background-color: rgb(42,220,203); }
div.DivClassName
{
background-color: #2ADCCB;
}
.BgClassName
{
background-color: #2ADCCB;
}
</style>
border-color css
<style>
span { border-color: #2ADCCB; }
span { border-color: rgb(42,220,203); }
td.TdClassName
{
border-color: #2ADCCB;
}
.TagClassName
{
border-color: #2ADCCB;
}
</style>