Shades of Medium Turquoise #3AD1C3
Tints of Medium Turquoise #3AD1C3
RGB
CMYK
RGB Variations
Color information
#3AD1C3 (or 0x3AD1C3) is known color: Medium Turquoise. HEX triplet: 3A, D1 and C3. RGB value is (58,209,195). Sum of RGB (Red+Green+Blue) = 58+209+195=462 (61% of max value = 765). Red value is 58 (23.05% from 255 or 12.55% from 462); Green value is 209 (82.03% from 255 or 45.24% from 462); Blue value is 195 (76.56% from 255 or 42.21% from 462); Max value from RGB is 209 - color contains mainly: green. Hex color #3AD1C3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AD1C3 is #C52E3C. Grayscale: #A2A2A2. Windows color (decimal): -12922429 or 12833082. OLE color: 12833082.
HSL color Cylindrical-coordinate representation of color #3AD1C3: hue angle of 174.44º 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 #3AD1C3 is Cyan = 0.72, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 58 | 209 | 195 | - |
| CMYK | 0.72 | 0 | 0.07 | 0.18 |
| HSL | 174.44º | 0.62% | 0.52% | - |
| HSV(B) | 174.44º | 0.72% | 0.82% | - |
| XYZ | 34.4 | 50.44 | 59.55 | - |
| YUV | 162.26 | 146.47 | 53.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 209 | 195 | 0.72 | 0 | 0.07 | 0.18 | 174.44 | 0.62 | 0.52 |
| Hex | 3A | D1 | C3 | 48 | 0 | 7 | 12 | AE | 3E | 34 |
| Octal | 72 | 321 | 303 | 110 | 0 | 7 | 22 | 256 | 76 | 64 |
| Binary | 111010 | 11010001 | 11000011 | 1001000 | 0 | 111 | 10010 | 10101110 | 111110 | 110100 |
Color Harmonies of #3AD1C3
Complementary color
Monochromatic Colors of #3AD1C3
Black with #3AD1C3
Text Example
Text Example
White with #3AD1C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD1C3; }
p { color: rgb(58,209,195); }
H1.HeaderClassName
{
color: #3AD1C3;
}
.AnyTagClassName
{
color: #3AD1C3;
}
</style>
background-color css
<style>
a { background-color: #3AD1C3; }
a { background-color: rgb(58,209,195); }
div.DivClassName
{
background-color: #3AD1C3;
}
.BgClassName
{
background-color: #3AD1C3;
}
</style>
border-color css
<style>
span { border-color: #3AD1C3; }
span { border-color: rgb(58,209,195); }
td.TdClassName
{
border-color: #3AD1C3;
}
.TagClassName
{
border-color: #3AD1C3;
}
</style>