Shades of Turquoise #3ADCC0
Tints of Turquoise #3ADCC0
RGB
CMYK
RGB Variations
Color information
#3ADCC0 (or 0x3ADCC0) is known color: Turquoise. HEX triplet: 3A, DC and C0. RGB value is (58,220,192). Sum of RGB (Red+Green+Blue) = 58+220+192=470 (62% of max value = 765). Red value is 58 (23.05% from 255 or 12.34% from 470); Green value is 220 (86.33% from 255 or 46.81% from 470); Blue value is 192 (75.39% from 255 or 40.85% from 470); Max value from RGB is 220 - color contains mainly: green. Hex color #3ADCC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ADCC0 is #C5233F. Grayscale: #A8A8A8. Windows color (decimal): -12919616 or 12639290. OLE color: 12639290.
HSL color Cylindrical-coordinate representation of color #3ADCC0: hue angle of 169.63º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3ADCC0 is Cyan = 0.74, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 58 | 220 | 192 | - |
| CMYK | 0.74 | 0 | 0.13 | 0.14 |
| HSL | 169.63º | 0.7% | 0.55% | - |
| HSV(B) | 169.63º | 0.74% | 0.86% | - |
| XYZ | 36.85 | 55.89 | 58.72 | - |
| YUV | 168.37 | 141.33 | 49.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 220 | 192 | 0.74 | 0 | 0.13 | 0.14 | 169.63 | 0.7 | 0.55 |
| Hex | 3A | DC | C0 | 4A | 0 | D | E | AA | 46 | 37 |
| Octal | 72 | 334 | 300 | 112 | 0 | 15 | 16 | 252 | 106 | 67 |
| Binary | 111010 | 11011100 | 11000000 | 1001010 | 0 | 1101 | 1110 | 10101010 | 1000110 | 110111 |
Color Harmonies of #3ADCC0
Complementary color
Monochromatic Colors of #3ADCC0
Black with #3ADCC0
Text Example
Text Example
White with #3ADCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADCC0; }
p { color: rgb(58,220,192); }
H1.HeaderClassName
{
color: #3ADCC0;
}
.AnyTagClassName
{
color: #3ADCC0;
}
</style>
background-color css
<style>
a { background-color: #3ADCC0; }
a { background-color: rgb(58,220,192); }
div.DivClassName
{
background-color: #3ADCC0;
}
.BgClassName
{
background-color: #3ADCC0;
}
</style>
border-color css
<style>
span { border-color: #3ADCC0; }
span { border-color: rgb(58,220,192); }
td.TdClassName
{
border-color: #3ADCC0;
}
.TagClassName
{
border-color: #3ADCC0;
}
</style>