Shades of Medium Turquoise #3AD0CC
Tints of Medium Turquoise #3AD0CC
RGB
CMYK
RGB Variations
Color information
#3AD0CC (or 0x3AD0CC) is known color: Medium Turquoise. HEX triplet: 3A, D0 and CC. RGB value is (58,208,204). Sum of RGB (Red+Green+Blue) = 58+208+204=470 (62% of max value = 765). Red value is 58 (23.05% from 255 or 12.34% from 470); Green value is 208 (81.64% from 255 or 44.26% from 470); Blue value is 204 (80.08% from 255 or 43.40% from 470); Max value from RGB is 208 - color contains mainly: green. Hex color #3AD0CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AD0CC is #C52F33. Grayscale: #A2A2A2. Windows color (decimal): -12922676 or 13422650. OLE color: 13422650.
HSL color Cylindrical-coordinate representation of color #3AD0CC: hue angle of 178.4º degrees, saturation: 0.61, 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 #3AD0CC is Cyan = 0.72, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 58 | 208 | 204 | - |
| CMYK | 0.72 | 0 | 0.02 | 0.18 |
| HSL | 178.4º | 0.61% | 0.52% | - |
| HSV(B) | 178.4º | 0.72% | 0.82% | - |
| XYZ | 35.2 | 50.37 | 64.99 | - |
| YUV | 162.69 | 151.31 | 53.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 208 | 204 | 0.72 | 0 | 0.02 | 0.18 | 178.4 | 0.61 | 0.52 |
| Hex | 3A | D0 | CC | 48 | 0 | 2 | 12 | B2 | 3D | 34 |
| Octal | 72 | 320 | 314 | 110 | 0 | 2 | 22 | 262 | 75 | 64 |
| Binary | 111010 | 11010000 | 11001100 | 1001000 | 0 | 10 | 10010 | 10110010 | 111101 | 110100 |
Color Harmonies of #3AD0CC
Complementary color
Monochromatic Colors of #3AD0CC
Black with #3AD0CC
Text Example
Text Example
White with #3AD0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD0CC; }
p { color: rgb(58,208,204); }
H1.HeaderClassName
{
color: #3AD0CC;
}
.AnyTagClassName
{
color: #3AD0CC;
}
</style>
background-color css
<style>
a { background-color: #3AD0CC; }
a { background-color: rgb(58,208,204); }
div.DivClassName
{
background-color: #3AD0CC;
}
.BgClassName
{
background-color: #3AD0CC;
}
</style>
border-color css
<style>
span { border-color: #3AD0CC; }
span { border-color: rgb(58,208,204); }
td.TdClassName
{
border-color: #3AD0CC;
}
.TagClassName
{
border-color: #3AD0CC;
}
</style>