Shades of Medium Turquoise #3ACDC0
Tints of Medium Turquoise #3ACDC0
RGB
CMYK
RGB Variations
Color information
#3ACDC0 (or 0x3ACDC0) is known color: Medium Turquoise. HEX triplet: 3A, CD and C0. RGB value is (58,205,192). Sum of RGB (Red+Green+Blue) = 58+205+192=455 (60% of max value = 765). Red value is 58 (23.05% from 255 or 12.75% from 455); Green value is 205 (80.47% from 255 or 45.05% from 455); Blue value is 192 (75.39% from 255 or 42.20% from 455); Max value from RGB is 205 - color contains mainly: green. Hex color #3ACDC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ACDC0 is #C5323F. Grayscale: #9F9F9F. Windows color (decimal): -12923456 or 12635450. OLE color: 12635450.
HSL color Cylindrical-coordinate representation of color #3ACDC0: hue angle of 174.69º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3ACDC0 is Cyan = 0.72, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 58 | 205 | 192 | - |
| CMYK | 0.72 | 0 | 0.06 | 0.20 |
| HSL | 174.69º | 0.6% | 0.52% | - |
| HSV(B) | 174.69º | 0.72% | 0.8% | - |
| XYZ | 33.09 | 48.37 | 57.46 | - |
| YUV | 159.57 | 146.3 | 55.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 205 | 192 | 0.72 | 0 | 0.06 | 0.20 | 174.69 | 0.6 | 0.52 |
| Hex | 3A | CD | C0 | 48 | 0 | 6 | 14 | AF | 3C | 34 |
| Octal | 72 | 315 | 300 | 110 | 0 | 6 | 24 | 257 | 74 | 64 |
| Binary | 111010 | 11001101 | 11000000 | 1001000 | 0 | 110 | 10100 | 10101111 | 111100 | 110100 |
Color Harmonies of #3ACDC0
Complementary color
Monochromatic Colors of #3ACDC0
Black with #3ACDC0
Text Example
Text Example
White with #3ACDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACDC0; }
p { color: rgb(58,205,192); }
H1.HeaderClassName
{
color: #3ACDC0;
}
.AnyTagClassName
{
color: #3ACDC0;
}
</style>
background-color css
<style>
a { background-color: #3ACDC0; }
a { background-color: rgb(58,205,192); }
div.DivClassName
{
background-color: #3ACDC0;
}
.BgClassName
{
background-color: #3ACDC0;
}
</style>
border-color css
<style>
span { border-color: #3ACDC0; }
span { border-color: rgb(58,205,192); }
td.TdClassName
{
border-color: #3ACDC0;
}
.TagClassName
{
border-color: #3ACDC0;
}
</style>