Shades of Medium Turquoise #3AD2DC
Tints of Medium Turquoise #3AD2DC
RGB
CMYK
RGB Variations
Color information
#3AD2DC (or 0x3AD2DC) is known color: Medium Turquoise. HEX triplet: 3A, D2 and DC. RGB value is (58,210,220). Sum of RGB (Red+Green+Blue) = 58+210+220=488 (64% of max value = 765). Red value is 58 (23.05% from 255 or 11.89% from 488); Green value is 210 (82.42% from 255 or 43.03% from 488); Blue value is 220 (86.33% from 255 or 45.08% from 488); Max value from RGB is 220 - color contains mainly: blue. Hex color #3AD2DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AD2DC is #C52D23. Grayscale: #A5A5A5. Windows color (decimal): -12922148 or 14471738. OLE color: 14471738.
HSL color Cylindrical-coordinate representation of color #3AD2DC: hue angle of 183.7º 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 #3AD2DC is Cyan = 0.74, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 58 | 210 | 220 | - |
| CMYK | 0.74 | 0.05 | 0 | 0.14 |
| HSL | 183.7º | 0.7% | 0.55% | - |
| HSV(B) | 183.7º | 0.74% | 0.86% | - |
| XYZ | 37.71 | 52.16 | 75.79 | - |
| YUV | 165.69 | 158.64 | 51.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 210 | 220 | 0.74 | 0.05 | 0 | 0.14 | 183.7 | 0.7 | 0.55 |
| Hex | 3A | D2 | DC | 4A | 5 | 0 | E | B8 | 46 | 37 |
| Octal | 72 | 322 | 334 | 112 | 5 | 0 | 16 | 270 | 106 | 67 |
| Binary | 111010 | 11010010 | 11011100 | 1001010 | 101 | 0 | 1110 | 10111000 | 1000110 | 110111 |
Color Harmonies of #3AD2DC
Complementary color
Monochromatic Colors of #3AD2DC
Black with #3AD2DC
Text Example
Text Example
White with #3AD2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD2DC; }
p { color: rgb(58,210,220); }
H1.HeaderClassName
{
color: #3AD2DC;
}
.AnyTagClassName
{
color: #3AD2DC;
}
</style>
background-color css
<style>
a { background-color: #3AD2DC; }
a { background-color: rgb(58,210,220); }
div.DivClassName
{
background-color: #3AD2DC;
}
.BgClassName
{
background-color: #3AD2DC;
}
</style>
border-color css
<style>
span { border-color: #3AD2DC; }
span { border-color: rgb(58,210,220); }
td.TdClassName
{
border-color: #3AD2DC;
}
.TagClassName
{
border-color: #3AD2DC;
}
</style>