Shades of Medium Turquoise #3CC8BA
Tints of Medium Turquoise #3CC8BA
RGB
CMYK
RGB Variations
Color information
#3CC8BA (or 0x3CC8BA) is known color: Medium Turquoise. HEX triplet: 3C, C8 and BA. RGB value is (60,200,186). Sum of RGB (Red+Green+Blue) = 60+200+186=446 (59% of max value = 765). Red value is 60 (23.83% from 255 or 13.45% from 446); Green value is 200 (78.52% from 255 or 44.84% from 446); Blue value is 186 (73.05% from 255 or 41.70% from 446); Max value from RGB is 200 - color contains mainly: green. Hex color #3CC8BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CC8BA is #C33745. Grayscale: #9C9C9C. Windows color (decimal): -12793670 or 12240956. OLE color: 12240956.
HSL color Cylindrical-coordinate representation of color #3CC8BA: hue angle of 174º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3CC8BA is Cyan = 0.7, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 60 | 200 | 186 | - |
| CMYK | 0.7 | 0 | 0.07 | 0.22 |
| HSL | 174º | 0.56% | 0.51% | - |
| HSV(B) | 174º | 0.7% | 0.78% | - |
| XYZ | 31.38 | 45.81 | 53.64 | - |
| YUV | 156.54 | 144.62 | 59.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 200 | 186 | 0.7 | 0 | 0.07 | 0.22 | 174 | 0.56 | 0.51 |
| Hex | 3C | C8 | BA | 46 | 0 | 7 | 16 | AE | 38 | 33 |
| Octal | 74 | 310 | 272 | 106 | 0 | 7 | 26 | 256 | 70 | 63 |
| Binary | 111100 | 11001000 | 10111010 | 1000110 | 0 | 111 | 10110 | 10101110 | 111000 | 110011 |
Color Harmonies of #3CC8BA
Complementary color
Monochromatic Colors of #3CC8BA
Black with #3CC8BA
Text Example
Text Example
White with #3CC8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC8BA; }
p { color: rgb(60,200,186); }
H1.HeaderClassName
{
color: #3CC8BA;
}
.AnyTagClassName
{
color: #3CC8BA;
}
</style>
background-color css
<style>
a { background-color: #3CC8BA; }
a { background-color: rgb(60,200,186); }
div.DivClassName
{
background-color: #3CC8BA;
}
.BgClassName
{
background-color: #3CC8BA;
}
</style>
border-color css
<style>
span { border-color: #3CC8BA; }
span { border-color: rgb(60,200,186); }
td.TdClassName
{
border-color: #3CC8BA;
}
.TagClassName
{
border-color: #3CC8BA;
}
</style>