Shades of Medium Turquoise #3ACDB4
Tints of Medium Turquoise #3ACDB4
RGB
CMYK
RGB Variations
Color information
#3ACDB4 (or 0x3ACDB4) is known color: Medium Turquoise. HEX triplet: 3A, CD and B4. RGB value is (58,205,180). Sum of RGB (Red+Green+Blue) = 58+205+180=443 (58% of max value = 765). Red value is 58 (23.05% from 255 or 13.09% from 443); Green value is 205 (80.47% from 255 or 46.28% from 443); Blue value is 180 (70.70% from 255 or 40.63% from 443); Max value from RGB is 205 - color contains mainly: green. Hex color #3ACDB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ACDB4 is #C5324B. Grayscale: #9E9E9E. Windows color (decimal): -12923468 or 11849018. OLE color: 11849018.
HSL color Cylindrical-coordinate representation of color #3ACDB4: hue angle of 169.8º 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 #3ACDB4 is Cyan = 0.72, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 58 | 205 | 180 | - |
| CMYK | 0.72 | 0 | 0.12 | 0.20 |
| HSL | 169.8º | 0.6% | 0.52% | - |
| HSV(B) | 169.8º | 0.72% | 0.8% | - |
| XYZ | 31.81 | 47.86 | 50.74 | - |
| YUV | 158.2 | 140.3 | 56.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 205 | 180 | 0.72 | 0 | 0.12 | 0.20 | 169.8 | 0.6 | 0.52 |
| Hex | 3A | CD | B4 | 48 | 0 | C | 14 | AA | 3C | 34 |
| Octal | 72 | 315 | 264 | 110 | 0 | 14 | 24 | 252 | 74 | 64 |
| Binary | 111010 | 11001101 | 10110100 | 1001000 | 0 | 1100 | 10100 | 10101010 | 111100 | 110100 |
Color Harmonies of #3ACDB4
Complementary color
Monochromatic Colors of #3ACDB4
Black with #3ACDB4
Text Example
Text Example
White with #3ACDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACDB4; }
p { color: rgb(58,205,180); }
H1.HeaderClassName
{
color: #3ACDB4;
}
.AnyTagClassName
{
color: #3ACDB4;
}
</style>
background-color css
<style>
a { background-color: #3ACDB4; }
a { background-color: rgb(58,205,180); }
div.DivClassName
{
background-color: #3ACDB4;
}
.BgClassName
{
background-color: #3ACDB4;
}
</style>
border-color css
<style>
span { border-color: #3ACDB4; }
span { border-color: rgb(58,205,180); }
td.TdClassName
{
border-color: #3ACDB4;
}
.TagClassName
{
border-color: #3ACDB4;
}
</style>