Shades of Medium Turquoise #3AD1C2
Tints of Medium Turquoise #3AD1C2
RGB
CMYK
RGB Variations
Color information
#3AD1C2 (or 0x3AD1C2) is known color: Medium Turquoise. HEX triplet: 3A, D1 and C2. RGB value is (58,209,194). Sum of RGB (Red+Green+Blue) = 58+209+194=461 (61% of max value = 765). Red value is 58 (23.05% from 255 or 12.58% from 461); Green value is 209 (82.03% from 255 or 45.34% from 461); Blue value is 194 (76.17% from 255 or 42.08% from 461); Max value from RGB is 209 - color contains mainly: green. Hex color #3AD1C2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AD1C2 is #C52E3D. Grayscale: #A2A2A2. Windows color (decimal): -12922430 or 12767546. OLE color: 12767546.
HSL color Cylindrical-coordinate representation of color #3AD1C2: hue angle of 174.04º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3AD1C2 is Cyan = 0.72, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 58 | 209 | 194 | - |
| CMYK | 0.72 | 0 | 0.07 | 0.18 |
| HSL | 174.04º | 0.62% | 0.52% | - |
| HSV(B) | 174.04º | 0.72% | 0.82% | - |
| XYZ | 34.28 | 50.4 | 58.96 | - |
| YUV | 162.14 | 145.97 | 53.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 209 | 194 | 0.72 | 0 | 0.07 | 0.18 | 174.04 | 0.62 | 0.52 |
| Hex | 3A | D1 | C2 | 48 | 0 | 7 | 12 | AE | 3E | 34 |
| Octal | 72 | 321 | 302 | 110 | 0 | 7 | 22 | 256 | 76 | 64 |
| Binary | 111010 | 11010001 | 11000010 | 1001000 | 0 | 111 | 10010 | 10101110 | 111110 | 110100 |
Color Harmonies of #3AD1C2
Complementary color
Monochromatic Colors of #3AD1C2
Black with #3AD1C2
Text Example
Text Example
White with #3AD1C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD1C2; }
p { color: rgb(58,209,194); }
H1.HeaderClassName
{
color: #3AD1C2;
}
.AnyTagClassName
{
color: #3AD1C2;
}
</style>
background-color css
<style>
a { background-color: #3AD1C2; }
a { background-color: rgb(58,209,194); }
div.DivClassName
{
background-color: #3AD1C2;
}
.BgClassName
{
background-color: #3AD1C2;
}
</style>
border-color css
<style>
span { border-color: #3AD1C2; }
span { border-color: rgb(58,209,194); }
td.TdClassName
{
border-color: #3AD1C2;
}
.TagClassName
{
border-color: #3AD1C2;
}
</style>