Shades of Medium Turquoise #3ACABD
Tints of Medium Turquoise #3ACABD
RGB
CMYK
RGB Variations
Color information
#3ACABD (or 0x3ACABD) is known color: Medium Turquoise. HEX triplet: 3A, CA and BD. RGB value is (58,202,189). Sum of RGB (Red+Green+Blue) = 58+202+189=449 (59% of max value = 765). Red value is 58 (23.05% from 255 or 12.92% from 449); Green value is 202 (79.30% from 255 or 44.99% from 449); Blue value is 189 (74.22% from 255 or 42.09% from 449); Max value from RGB is 202 - color contains mainly: green. Hex color #3ACABD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ACABD is #C53542. Grayscale: #9D9D9D. Windows color (decimal): -12924227 or 12438074. OLE color: 12438074.
HSL color Cylindrical-coordinate representation of color #3ACABD: hue angle of 174.58º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3ACABD is Cyan = 0.71, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 58 | 202 | 189 | - |
| CMYK | 0.71 | 0 | 0.06 | 0.21 |
| HSL | 174.58º | 0.58% | 0.51% | - |
| HSV(B) | 174.58º | 0.71% | 0.79% | - |
| XYZ | 32.05 | 46.81 | 55.49 | - |
| YUV | 157.46 | 145.79 | 57.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 202 | 189 | 0.71 | 0 | 0.06 | 0.21 | 174.58 | 0.58 | 0.51 |
| Hex | 3A | CA | BD | 47 | 0 | 6 | 15 | AF | 3A | 33 |
| Octal | 72 | 312 | 275 | 107 | 0 | 6 | 25 | 257 | 72 | 63 |
| Binary | 111010 | 11001010 | 10111101 | 1000111 | 0 | 110 | 10101 | 10101111 | 111010 | 110011 |
Color Harmonies of #3ACABD
Complementary color
Monochromatic Colors of #3ACABD
Black with #3ACABD
Text Example
Text Example
White with #3ACABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACABD; }
p { color: rgb(58,202,189); }
H1.HeaderClassName
{
color: #3ACABD;
}
.AnyTagClassName
{
color: #3ACABD;
}
</style>
background-color css
<style>
a { background-color: #3ACABD; }
a { background-color: rgb(58,202,189); }
div.DivClassName
{
background-color: #3ACABD;
}
.BgClassName
{
background-color: #3ACABD;
}
</style>
border-color css
<style>
span { border-color: #3ACABD; }
span { border-color: rgb(58,202,189); }
td.TdClassName
{
border-color: #3ACABD;
}
.TagClassName
{
border-color: #3ACABD;
}
</style>