Shades of Turquoise #2ADCC5
Tints of Turquoise #2ADCC5
RGB
CMYK
RGB Variations
Color information
#2ADCC5 (or 0x2ADCC5) is known color: Turquoise. HEX triplet: 2A, DC and C5. RGB value is (42,220,197). Sum of RGB (Red+Green+Blue) = 42+220+197=459 (60% of max value = 765). Red value is 42 (16.80% from 255 or 9.15% from 459); Green value is 220 (86.33% from 255 or 47.93% from 459); Blue value is 197 (77.34% from 255 or 42.92% from 459); Max value from RGB is 220 - color contains mainly: green. Hex color #2ADCC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ADCC5 is #D5233A. Grayscale: #A4A4A4. Windows color (decimal): -13968187 or 12966954. OLE color: 12966954.
HSL color Cylindrical-coordinate representation of color #2ADCC5: hue angle of 172.25º 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 #2ADCC5 is Cyan = 0.81, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 42 | 220 | 197 | - |
| CMYK | 0.81 | 0 | 0.10 | 0.14 |
| HSL | 172.25º | 0.72% | 0.51% | - |
| HSV(B) | 172.25º | 0.81% | 0.86% | - |
| XYZ | 36.63 | 55.71 | 61.65 | - |
| YUV | 164.16 | 146.53 | 40.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 220 | 197 | 0.81 | 0 | 0.10 | 0.14 | 172.25 | 0.72 | 0.51 |
| Hex | 2A | DC | C5 | 51 | 0 | A | E | AC | 48 | 33 |
| Octal | 52 | 334 | 305 | 121 | 0 | 12 | 16 | 254 | 110 | 63 |
| Binary | 101010 | 11011100 | 11000101 | 1010001 | 0 | 1010 | 1110 | 10101100 | 1001000 | 110011 |
Color Harmonies of #2ADCC5
Complementary color
Monochromatic Colors of #2ADCC5
Black with #2ADCC5
Text Example
Text Example
White with #2ADCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADCC5; }
p { color: rgb(42,220,197); }
H1.HeaderClassName
{
color: #2ADCC5;
}
.AnyTagClassName
{
color: #2ADCC5;
}
</style>
background-color css
<style>
a { background-color: #2ADCC5; }
a { background-color: rgb(42,220,197); }
div.DivClassName
{
background-color: #2ADCC5;
}
.BgClassName
{
background-color: #2ADCC5;
}
</style>
border-color css
<style>
span { border-color: #2ADCC5; }
span { border-color: rgb(42,220,197); }
td.TdClassName
{
border-color: #2ADCC5;
}
.TagClassName
{
border-color: #2ADCC5;
}
</style>