Shades of Turquoise #3ADCC1
Tints of Turquoise #3ADCC1
RGB
CMYK
RGB Variations
Color information
#3ADCC1 (or 0x3ADCC1) is known color: Turquoise. HEX triplet: 3A, DC and C1. RGB value is (58,220,193). Sum of RGB (Red+Green+Blue) = 58+220+193=471 (62% of max value = 765). Red value is 58 (23.05% from 255 or 12.31% from 471); Green value is 220 (86.33% from 255 or 46.71% from 471); Blue value is 193 (75.78% from 255 or 40.98% from 471); Max value from RGB is 220 - color contains mainly: green. Hex color #3ADCC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ADCC1 is #C5233E. Grayscale: #A8A8A8. Windows color (decimal): -12919615 or 12704826. OLE color: 12704826.
HSL color Cylindrical-coordinate representation of color #3ADCC1: hue angle of 170º 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 #3ADCC1 is Cyan = 0.74, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 58 | 220 | 193 | - |
| CMYK | 0.74 | 0 | 0.12 | 0.14 |
| HSL | 170º | 0.7% | 0.55% | - |
| HSV(B) | 170º | 0.74% | 0.86% | - |
| XYZ | 36.96 | 55.94 | 59.3 | - |
| YUV | 168.48 | 141.83 | 49.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 220 | 193 | 0.74 | 0 | 0.12 | 0.14 | 170 | 0.7 | 0.55 |
| Hex | 3A | DC | C1 | 4A | 0 | C | E | AA | 46 | 37 |
| Octal | 72 | 334 | 301 | 112 | 0 | 14 | 16 | 252 | 106 | 67 |
| Binary | 111010 | 11011100 | 11000001 | 1001010 | 0 | 1100 | 1110 | 10101010 | 1000110 | 110111 |
Color Harmonies of #3ADCC1
Complementary color
Monochromatic Colors of #3ADCC1
Black with #3ADCC1
Text Example
Text Example
White with #3ADCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADCC1; }
p { color: rgb(58,220,193); }
H1.HeaderClassName
{
color: #3ADCC1;
}
.AnyTagClassName
{
color: #3ADCC1;
}
</style>
background-color css
<style>
a { background-color: #3ADCC1; }
a { background-color: rgb(58,220,193); }
div.DivClassName
{
background-color: #3ADCC1;
}
.BgClassName
{
background-color: #3ADCC1;
}
</style>
border-color css
<style>
span { border-color: #3ADCC1; }
span { border-color: rgb(58,220,193); }
td.TdClassName
{
border-color: #3ADCC1;
}
.TagClassName
{
border-color: #3ADCC1;
}
</style>