Shades of Medium Turquoise #3AD0C9
Tints of Medium Turquoise #3AD0C9
RGB
CMYK
RGB Variations
Color information
#3AD0C9 (or 0x3AD0C9) is known color: Medium Turquoise. HEX triplet: 3A, D0 and C9. RGB value is (58,208,201). Sum of RGB (Red+Green+Blue) = 58+208+201=467 (61% of max value = 765). Red value is 58 (23.05% from 255 or 12.42% from 467); Green value is 208 (81.64% from 255 or 44.54% from 467); Blue value is 201 (78.91% from 255 or 43.04% from 467); Max value from RGB is 208 - color contains mainly: green. Hex color #3AD0C9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AD0C9 is #C52F36. Grayscale: #A2A2A2. Windows color (decimal): -12922679 or 13226042. OLE color: 13226042.
HSL color Cylindrical-coordinate representation of color #3AD0C9: hue angle of 177.2º 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 #3AD0C9 is Cyan = 0.72, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 58 | 208 | 201 | - |
| CMYK | 0.72 | 0 | 0.03 | 0.18 |
| HSL | 177.2º | 0.61% | 0.52% | - |
| HSV(B) | 177.2º | 0.72% | 0.82% | - |
| XYZ | 34.84 | 50.23 | 63.12 | - |
| YUV | 162.35 | 149.81 | 53.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 208 | 201 | 0.72 | 0 | 0.03 | 0.18 | 177.2 | 0.61 | 0.52 |
| Hex | 3A | D0 | C9 | 48 | 0 | 3 | 12 | B1 | 3D | 34 |
| Octal | 72 | 320 | 311 | 110 | 0 | 3 | 22 | 261 | 75 | 64 |
| Binary | 111010 | 11010000 | 11001001 | 1001000 | 0 | 11 | 10010 | 10110001 | 111101 | 110100 |
Color Harmonies of #3AD0C9
Complementary color
Monochromatic Colors of #3AD0C9
Black with #3AD0C9
Text Example
Text Example
White with #3AD0C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD0C9; }
p { color: rgb(58,208,201); }
H1.HeaderClassName
{
color: #3AD0C9;
}
.AnyTagClassName
{
color: #3AD0C9;
}
</style>
background-color css
<style>
a { background-color: #3AD0C9; }
a { background-color: rgb(58,208,201); }
div.DivClassName
{
background-color: #3AD0C9;
}
.BgClassName
{
background-color: #3AD0C9;
}
</style>
border-color css
<style>
span { border-color: #3AD0C9; }
span { border-color: rgb(58,208,201); }
td.TdClassName
{
border-color: #3AD0C9;
}
.TagClassName
{
border-color: #3AD0C9;
}
</style>