Shades of Medium Turquoise #3AD2CD
Tints of Medium Turquoise #3AD2CD
RGB
CMYK
RGB Variations
Color information
#3AD2CD (or 0x3AD2CD) is known color: Medium Turquoise. HEX triplet: 3A, D2 and CD. RGB value is (58,210,205). Sum of RGB (Red+Green+Blue) = 58+210+205=473 (62% of max value = 765). Red value is 58 (23.05% from 255 or 12.26% from 473); Green value is 210 (82.42% from 255 or 44.40% from 473); Blue value is 205 (80.47% from 255 or 43.34% from 473); Max value from RGB is 210 - color contains mainly: green. Hex color #3AD2CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AD2CD is #C52D32. Grayscale: #A3A3A3. Windows color (decimal): -12922163 or 13488698. OLE color: 13488698.
HSL color Cylindrical-coordinate representation of color #3AD2CD: hue angle of 178.03º 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 #3AD2CD is Cyan = 0.72, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 58 | 210 | 205 | - |
| CMYK | 0.72 | 0 | 0.02 | 0.18 |
| HSL | 178.03º | 0.63% | 0.53% | - |
| HSV(B) | 178.03º | 0.72% | 0.82% | - |
| XYZ | 35.81 | 51.4 | 65.79 | - |
| YUV | 163.98 | 151.14 | 52.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 210 | 205 | 0.72 | 0 | 0.02 | 0.18 | 178.03 | 0.63 | 0.53 |
| Hex | 3A | D2 | CD | 48 | 0 | 2 | 12 | B2 | 3F | 35 |
| Octal | 72 | 322 | 315 | 110 | 0 | 2 | 22 | 262 | 77 | 65 |
| Binary | 111010 | 11010010 | 11001101 | 1001000 | 0 | 10 | 10010 | 10110010 | 111111 | 110101 |
Color Harmonies of #3AD2CD
Complementary color
Monochromatic Colors of #3AD2CD
Black with #3AD2CD
Text Example
Text Example
White with #3AD2CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD2CD; }
p { color: rgb(58,210,205); }
H1.HeaderClassName
{
color: #3AD2CD;
}
.AnyTagClassName
{
color: #3AD2CD;
}
</style>
background-color css
<style>
a { background-color: #3AD2CD; }
a { background-color: rgb(58,210,205); }
div.DivClassName
{
background-color: #3AD2CD;
}
.BgClassName
{
background-color: #3AD2CD;
}
</style>
border-color css
<style>
span { border-color: #3AD2CD; }
span { border-color: rgb(58,210,205); }
td.TdClassName
{
border-color: #3AD2CD;
}
.TagClassName
{
border-color: #3AD2CD;
}
</style>