Shades of Medium Turquoise #3CC9BA
Tints of Medium Turquoise #3CC9BA
RGB
CMYK
RGB Variations
Color information
#3CC9BA (or 0x3CC9BA) is known color: Medium Turquoise. HEX triplet: 3C, C9 and BA. RGB value is (60,201,186). Sum of RGB (Red+Green+Blue) = 60+201+186=447 (59% of max value = 765). Red value is 60 (23.83% from 255 or 13.42% from 447); Green value is 201 (78.91% from 255 or 44.97% from 447); Blue value is 186 (73.05% from 255 or 41.61% from 447); Max value from RGB is 201 - color contains mainly: green. Hex color #3CC9BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CC9BA is #C33645. Grayscale: #9D9D9D. Windows color (decimal): -12793414 or 12241212. OLE color: 12241212.
HSL color Cylindrical-coordinate representation of color #3CC9BA: hue angle of 173.62º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3CC9BA is Cyan = 0.70, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 60 | 201 | 186 | - |
| CMYK | 0.70 | 0 | 0.07 | 0.21 |
| HSL | 173.62º | 0.57% | 0.51% | - |
| HSV(B) | 173.62º | 0.7% | 0.79% | - |
| XYZ | 31.61 | 46.28 | 53.72 | - |
| YUV | 157.13 | 144.29 | 58.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 201 | 186 | 0.70 | 0 | 0.07 | 0.21 | 173.62 | 0.57 | 0.51 |
| Hex | 3C | C9 | BA | 46 | 0 | 7 | 15 | AE | 39 | 33 |
| Octal | 74 | 311 | 272 | 106 | 0 | 7 | 25 | 256 | 71 | 63 |
| Binary | 111100 | 11001001 | 10111010 | 1000110 | 0 | 111 | 10101 | 10101110 | 111001 | 110011 |
Color Harmonies of #3CC9BA
Complementary color
Monochromatic Colors of #3CC9BA
Black with #3CC9BA
Text Example
Text Example
White with #3CC9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC9BA; }
p { color: rgb(60,201,186); }
H1.HeaderClassName
{
color: #3CC9BA;
}
.AnyTagClassName
{
color: #3CC9BA;
}
</style>
background-color css
<style>
a { background-color: #3CC9BA; }
a { background-color: rgb(60,201,186); }
div.DivClassName
{
background-color: #3CC9BA;
}
.BgClassName
{
background-color: #3CC9BA;
}
</style>
border-color css
<style>
span { border-color: #3CC9BA; }
span { border-color: rgb(60,201,186); }
td.TdClassName
{
border-color: #3CC9BA;
}
.TagClassName
{
border-color: #3CC9BA;
}
</style>