Shades of Medium Turquoise #3AD4CC
Tints of Medium Turquoise #3AD4CC
RGB
CMYK
RGB Variations
Color information
#3AD4CC (or 0x3AD4CC) is known color: Medium Turquoise. HEX triplet: 3A, D4 and CC. RGB value is (58,212,204). Sum of RGB (Red+Green+Blue) = 58+212+204=474 (62% of max value = 765). Red value is 58 (23.05% from 255 or 12.24% from 474); Green value is 212 (83.20% from 255 or 44.73% from 474); Blue value is 204 (80.08% from 255 or 43.04% from 474); Max value from RGB is 212 - color contains mainly: green. Hex color #3AD4CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AD4CC is #C52B33. Grayscale: #A4A4A4. Windows color (decimal): -12921652 or 13423674. OLE color: 13423674.
HSL color Cylindrical-coordinate representation of color #3AD4CC: hue angle of 176.88º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AD4CC is Cyan = 0.73, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 58 | 212 | 204 | - |
| CMYK | 0.73 | 0 | 0.04 | 0.17 |
| HSL | 176.88º | 0.64% | 0.53% | - |
| HSV(B) | 176.88º | 0.73% | 0.83% | - |
| XYZ | 36.19 | 52.35 | 65.32 | - |
| YUV | 165.04 | 149.98 | 51.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 212 | 204 | 0.73 | 0 | 0.04 | 0.17 | 176.88 | 0.64 | 0.53 |
| Hex | 3A | D4 | CC | 49 | 0 | 4 | 11 | B1 | 40 | 35 |
| Octal | 72 | 324 | 314 | 111 | 0 | 4 | 21 | 261 | 100 | 65 |
| Binary | 111010 | 11010100 | 11001100 | 1001001 | 0 | 100 | 10001 | 10110001 | 1000000 | 110101 |
Color Harmonies of #3AD4CC
Complementary color
Monochromatic Colors of #3AD4CC
Black with #3AD4CC
Text Example
Text Example
White with #3AD4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD4CC; }
p { color: rgb(58,212,204); }
H1.HeaderClassName
{
color: #3AD4CC;
}
.AnyTagClassName
{
color: #3AD4CC;
}
</style>
background-color css
<style>
a { background-color: #3AD4CC; }
a { background-color: rgb(58,212,204); }
div.DivClassName
{
background-color: #3AD4CC;
}
.BgClassName
{
background-color: #3AD4CC;
}
</style>
border-color css
<style>
span { border-color: #3AD4CC; }
span { border-color: rgb(58,212,204); }
td.TdClassName
{
border-color: #3AD4CC;
}
.TagClassName
{
border-color: #3AD4CC;
}
</style>