Shades of Medium Turquoise #3AD0C8
Tints of Medium Turquoise #3AD0C8
RGB
CMYK
RGB Variations
Color information
#3AD0C8 (or 0x3AD0C8) is known color: Medium Turquoise. HEX triplet: 3A, D0 and C8. RGB value is (58,208,200). Sum of RGB (Red+Green+Blue) = 58+208+200=466 (61% of max value = 765). Red value is 58 (23.05% from 255 or 12.45% from 466); Green value is 208 (81.64% from 255 or 44.64% from 466); Blue value is 200 (78.52% from 255 or 42.92% from 466); Max value from RGB is 208 - color contains mainly: green. Hex color #3AD0C8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AD0C8 is #C52F37. Grayscale: #A2A2A2. Windows color (decimal): -12922680 or 13160506. OLE color: 13160506.
HSL color Cylindrical-coordinate representation of color #3AD0C8: hue angle of 176.8º 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 #3AD0C8 is Cyan = 0.72, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 58 | 208 | 200 | - |
| CMYK | 0.72 | 0 | 0.04 | 0.18 |
| HSL | 176.8º | 0.61% | 0.52% | - |
| HSV(B) | 176.8º | 0.72% | 0.82% | - |
| XYZ | 34.73 | 50.18 | 62.5 | - |
| YUV | 162.24 | 149.31 | 53.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 208 | 200 | 0.72 | 0 | 0.04 | 0.18 | 176.8 | 0.61 | 0.52 |
| Hex | 3A | D0 | C8 | 48 | 0 | 4 | 12 | B1 | 3D | 34 |
| Octal | 72 | 320 | 310 | 110 | 0 | 4 | 22 | 261 | 75 | 64 |
| Binary | 111010 | 11010000 | 11001000 | 1001000 | 0 | 100 | 10010 | 10110001 | 111101 | 110100 |
Color Harmonies of #3AD0C8
Complementary color
Monochromatic Colors of #3AD0C8
Black with #3AD0C8
Text Example
Text Example
White with #3AD0C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD0C8; }
p { color: rgb(58,208,200); }
H1.HeaderClassName
{
color: #3AD0C8;
}
.AnyTagClassName
{
color: #3AD0C8;
}
</style>
background-color css
<style>
a { background-color: #3AD0C8; }
a { background-color: rgb(58,208,200); }
div.DivClassName
{
background-color: #3AD0C8;
}
.BgClassName
{
background-color: #3AD0C8;
}
</style>
border-color css
<style>
span { border-color: #3AD0C8; }
span { border-color: rgb(58,208,200); }
td.TdClassName
{
border-color: #3AD0C8;
}
.TagClassName
{
border-color: #3AD0C8;
}
</style>