Shades of Turquoise #2ADCCC
Tints of Turquoise #2ADCCC
RGB
CMYK
RGB Variations
Color information
#2ADCCC (or 0x2ADCCC) is known color: Turquoise. HEX triplet: 2A, DC and CC. RGB value is (42,220,204). Sum of RGB (Red+Green+Blue) = 42+220+204=466 (61% of max value = 765). Red value is 42 (16.80% from 255 or 9.01% from 466); Green value is 220 (86.33% from 255 or 47.21% from 466); Blue value is 204 (80.08% from 255 or 43.78% from 466); Max value from RGB is 220 - color contains mainly: green. Hex color #2ADCCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ADCCC is #D52333. Grayscale: #A4A4A4. Windows color (decimal): -13968180 or 13425706. OLE color: 13425706.
HSL color Cylindrical-coordinate representation of color #2ADCCC: hue angle of 174.61º 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 #2ADCCC is Cyan = 0.81, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 42 | 220 | 204 | - |
| CMYK | 0.81 | 0 | 0.07 | 0.14 |
| HSL | 174.61º | 0.72% | 0.51% | - |
| HSV(B) | 174.61º | 0.81% | 0.86% | - |
| XYZ | 37.45 | 56.04 | 65.97 | - |
| YUV | 164.95 | 150.03 | 40.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 220 | 204 | 0.81 | 0 | 0.07 | 0.14 | 174.61 | 0.72 | 0.51 |
| Hex | 2A | DC | CC | 51 | 0 | 7 | E | AF | 48 | 33 |
| Octal | 52 | 334 | 314 | 121 | 0 | 7 | 16 | 257 | 110 | 63 |
| Binary | 101010 | 11011100 | 11001100 | 1010001 | 0 | 111 | 1110 | 10101111 | 1001000 | 110011 |
Color Harmonies of #2ADCCC
Complementary color
Monochromatic Colors of #2ADCCC
Black with #2ADCCC
Text Example
Text Example
White with #2ADCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADCCC; }
p { color: rgb(42,220,204); }
H1.HeaderClassName
{
color: #2ADCCC;
}
.AnyTagClassName
{
color: #2ADCCC;
}
</style>
background-color css
<style>
a { background-color: #2ADCCC; }
a { background-color: rgb(42,220,204); }
div.DivClassName
{
background-color: #2ADCCC;
}
.BgClassName
{
background-color: #2ADCCC;
}
</style>
border-color css
<style>
span { border-color: #2ADCCC; }
span { border-color: rgb(42,220,204); }
td.TdClassName
{
border-color: #2ADCCC;
}
.TagClassName
{
border-color: #2ADCCC;
}
</style>