Shades of Medium Turquoise #3ACDC5
Tints of Medium Turquoise #3ACDC5
RGB
CMYK
RGB Variations
Color information
#3ACDC5 (or 0x3ACDC5) is known color: Medium Turquoise. HEX triplet: 3A, CD and C5. RGB value is (58,205,197). Sum of RGB (Red+Green+Blue) = 58+205+197=460 (60% of max value = 765). Red value is 58 (23.05% from 255 or 12.61% from 460); Green value is 205 (80.47% from 255 or 44.57% from 460); Blue value is 197 (77.34% from 255 or 42.83% from 460); Max value from RGB is 205 - color contains mainly: green. Hex color #3ACDC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ACDC5 is #C5323A. Grayscale: #A0A0A0. Windows color (decimal): -12923451 or 12963130. OLE color: 12963130.
HSL color Cylindrical-coordinate representation of color #3ACDC5: hue angle of 176.73º 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 #3ACDC5 is Cyan = 0.72, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 58 | 205 | 197 | - |
| CMYK | 0.72 | 0 | 0.04 | 0.20 |
| HSL | 176.73º | 0.6% | 0.52% | - |
| HSV(B) | 176.73º | 0.72% | 0.8% | - |
| XYZ | 33.65 | 48.59 | 60.43 | - |
| YUV | 160.14 | 148.8 | 55.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 205 | 197 | 0.72 | 0 | 0.04 | 0.20 | 176.73 | 0.6 | 0.52 |
| Hex | 3A | CD | C5 | 48 | 0 | 4 | 14 | B1 | 3C | 34 |
| Octal | 72 | 315 | 305 | 110 | 0 | 4 | 24 | 261 | 74 | 64 |
| Binary | 111010 | 11001101 | 11000101 | 1001000 | 0 | 100 | 10100 | 10110001 | 111100 | 110100 |
Color Harmonies of #3ACDC5
Complementary color
Monochromatic Colors of #3ACDC5
Black with #3ACDC5
Text Example
Text Example
White with #3ACDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACDC5; }
p { color: rgb(58,205,197); }
H1.HeaderClassName
{
color: #3ACDC5;
}
.AnyTagClassName
{
color: #3ACDC5;
}
</style>
background-color css
<style>
a { background-color: #3ACDC5; }
a { background-color: rgb(58,205,197); }
div.DivClassName
{
background-color: #3ACDC5;
}
.BgClassName
{
background-color: #3ACDC5;
}
</style>
border-color css
<style>
span { border-color: #3ACDC5; }
span { border-color: rgb(58,205,197); }
td.TdClassName
{
border-color: #3ACDC5;
}
.TagClassName
{
border-color: #3ACDC5;
}
</style>