Shades of Medium Turquoise #3AC0BE
Tints of Medium Turquoise #3AC0BE
RGB
CMYK
RGB Variations
Color information
#3AC0BE (or 0x3AC0BE) is known color: Medium Turquoise. HEX triplet: 3A, C0 and BE. RGB value is (58,192,190). Sum of RGB (Red+Green+Blue) = 58+192+190=440 (58% of max value = 765). Red value is 58 (23.05% from 255 or 13.18% from 440); Green value is 192 (75.39% from 255 or 43.64% from 440); Blue value is 190 (74.61% from 255 or 43.18% from 440); Max value from RGB is 192 - color contains mainly: green. Hex color #3AC0BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AC0BE is #C53F41. Grayscale: #979797. Windows color (decimal): -12926786 or 12501050. OLE color: 12501050.
HSL color Cylindrical-coordinate representation of color #3AC0BE: hue angle of 179.1º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3AC0BE is Cyan = 0.70, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 58 | 192 | 190 | - |
| CMYK | 0.70 | 0 | 0.01 | 0.25 |
| HSL | 179.1º | 0.54% | 0.49% | - |
| HSV(B) | 179.1º | 0.7% | 0.75% | - |
| XYZ | 29.89 | 42.32 | 55.31 | - |
| YUV | 151.71 | 149.61 | 61.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 192 | 190 | 0.70 | 0 | 0.01 | 0.25 | 179.1 | 0.54 | 0.49 |
| Hex | 3A | C0 | BE | 46 | 0 | 1 | 19 | B3 | 36 | 31 |
| Octal | 72 | 300 | 276 | 106 | 0 | 1 | 31 | 263 | 66 | 61 |
| Binary | 111010 | 11000000 | 10111110 | 1000110 | 0 | 1 | 11001 | 10110011 | 110110 | 110001 |
Color Harmonies of #3AC0BE
Complementary color
Monochromatic Colors of #3AC0BE
Black with #3AC0BE
Text Example
Text Example
White with #3AC0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC0BE; }
p { color: rgb(58,192,190); }
H1.HeaderClassName
{
color: #3AC0BE;
}
.AnyTagClassName
{
color: #3AC0BE;
}
</style>
background-color css
<style>
a { background-color: #3AC0BE; }
a { background-color: rgb(58,192,190); }
div.DivClassName
{
background-color: #3AC0BE;
}
.BgClassName
{
background-color: #3AC0BE;
}
</style>
border-color css
<style>
span { border-color: #3AC0BE; }
span { border-color: rgb(58,192,190); }
td.TdClassName
{
border-color: #3AC0BE;
}
.TagClassName
{
border-color: #3AC0BE;
}
</style>