Shades of Medium Turquoise #3ACBB8
Tints of Medium Turquoise #3ACBB8
RGB
CMYK
RGB Variations
Color information
#3ACBB8 (or 0x3ACBB8) is known color: Medium Turquoise. HEX triplet: 3A, CB and B8. RGB value is (58,203,184). Sum of RGB (Red+Green+Blue) = 58+203+184=445 (58% of max value = 765). Red value is 58 (23.05% from 255 or 13.03% from 445); Green value is 203 (79.69% from 255 or 45.62% from 445); Blue value is 184 (72.27% from 255 or 41.35% from 445); Max value from RGB is 203 - color contains mainly: green. Hex color #3ACBB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ACBB8 is #C53447. Grayscale: #9D9D9D. Windows color (decimal): -12923976 or 12110650. OLE color: 12110650.
HSL color Cylindrical-coordinate representation of color #3ACBB8: hue angle of 172.14º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3ACBB8 is Cyan = 0.71, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 58 | 203 | 184 | - |
| CMYK | 0.71 | 0 | 0.09 | 0.20 |
| HSL | 172.14º | 0.58% | 0.51% | - |
| HSV(B) | 172.14º | 0.71% | 0.8% | - |
| XYZ | 31.75 | 47.07 | 52.76 | - |
| YUV | 157.48 | 142.96 | 57.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 203 | 184 | 0.71 | 0 | 0.09 | 0.20 | 172.14 | 0.58 | 0.51 |
| Hex | 3A | CB | B8 | 47 | 0 | 9 | 14 | AC | 3A | 33 |
| Octal | 72 | 313 | 270 | 107 | 0 | 11 | 24 | 254 | 72 | 63 |
| Binary | 111010 | 11001011 | 10111000 | 1000111 | 0 | 1001 | 10100 | 10101100 | 111010 | 110011 |
Color Harmonies of #3ACBB8
Complementary color
Monochromatic Colors of #3ACBB8
Black with #3ACBB8
Text Example
Text Example
White with #3ACBB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACBB8; }
p { color: rgb(58,203,184); }
H1.HeaderClassName
{
color: #3ACBB8;
}
.AnyTagClassName
{
color: #3ACBB8;
}
</style>
background-color css
<style>
a { background-color: #3ACBB8; }
a { background-color: rgb(58,203,184); }
div.DivClassName
{
background-color: #3ACBB8;
}
.BgClassName
{
background-color: #3ACBB8;
}
</style>
border-color css
<style>
span { border-color: #3ACBB8; }
span { border-color: rgb(58,203,184); }
td.TdClassName
{
border-color: #3ACBB8;
}
.TagClassName
{
border-color: #3ACBB8;
}
</style>