Shades of Medium Turquoise #3AD2C9
Tints of Medium Turquoise #3AD2C9
RGB
CMYK
RGB Variations
Color information
#3AD2C9 (or 0x3AD2C9) is known color: Medium Turquoise. HEX triplet: 3A, D2 and C9. RGB value is (58,210,201). Sum of RGB (Red+Green+Blue) = 58+210+201=469 (62% of max value = 765). Red value is 58 (23.05% from 255 or 12.37% from 469); Green value is 210 (82.42% from 255 or 44.78% from 469); Blue value is 201 (78.91% from 255 or 42.86% from 469); Max value from RGB is 210 - color contains mainly: green. Hex color #3AD2C9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AD2C9 is #C52D36. Grayscale: #A3A3A3. Windows color (decimal): -12922167 or 13226554. OLE color: 13226554.
HSL color Cylindrical-coordinate representation of color #3AD2C9: hue angle of 176.45º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3AD2C9 is Cyan = 0.72, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 58 | 210 | 201 | - |
| CMYK | 0.72 | 0 | 0.04 | 0.18 |
| HSL | 176.45º | 0.63% | 0.53% | - |
| HSV(B) | 176.45º | 0.72% | 0.82% | - |
| XYZ | 35.33 | 51.21 | 63.28 | - |
| YUV | 163.53 | 149.14 | 52.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 210 | 201 | 0.72 | 0 | 0.04 | 0.18 | 176.45 | 0.63 | 0.53 |
| Hex | 3A | D2 | C9 | 48 | 0 | 4 | 12 | B0 | 3F | 35 |
| Octal | 72 | 322 | 311 | 110 | 0 | 4 | 22 | 260 | 77 | 65 |
| Binary | 111010 | 11010010 | 11001001 | 1001000 | 0 | 100 | 10010 | 10110000 | 111111 | 110101 |
Color Harmonies of #3AD2C9
Complementary color
Monochromatic Colors of #3AD2C9
Black with #3AD2C9
Text Example
Text Example
White with #3AD2C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD2C9; }
p { color: rgb(58,210,201); }
H1.HeaderClassName
{
color: #3AD2C9;
}
.AnyTagClassName
{
color: #3AD2C9;
}
</style>
background-color css
<style>
a { background-color: #3AD2C9; }
a { background-color: rgb(58,210,201); }
div.DivClassName
{
background-color: #3AD2C9;
}
.BgClassName
{
background-color: #3AD2C9;
}
</style>
border-color css
<style>
span { border-color: #3AD2C9; }
span { border-color: rgb(58,210,201); }
td.TdClassName
{
border-color: #3AD2C9;
}
.TagClassName
{
border-color: #3AD2C9;
}
</style>