Shades of Medium Turquoise #3CC6B6
Tints of Medium Turquoise #3CC6B6
RGB
CMYK
RGB Variations
Color information
#3CC6B6 (or 0x3CC6B6) is known color: Medium Turquoise. HEX triplet: 3C, C6 and B6. RGB value is (60,198,182). Sum of RGB (Red+Green+Blue) = 60+198+182=440 (58% of max value = 765). Red value is 60 (23.83% from 255 or 13.64% from 440); Green value is 198 (77.73% from 255 or 45% from 440); Blue value is 182 (71.48% from 255 or 41.36% from 440); Max value from RGB is 198 - color contains mainly: green. Hex color #3CC6B6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CC6B6 is #C33949. Grayscale: #9A9A9A. Windows color (decimal): -12794186 or 11978300. OLE color: 11978300.
HSL color Cylindrical-coordinate representation of color #3CC6B6: hue angle of 173.04º degrees, saturation: 0.55, 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 #3CC6B6 is Cyan = 0.70, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 60 | 198 | 182 | - |
| CMYK | 0.70 | 0 | 0.08 | 0.22 |
| HSL | 173.04º | 0.55% | 0.51% | - |
| HSV(B) | 173.04º | 0.7% | 0.78% | - |
| XYZ | 30.5 | 44.73 | 51.28 | - |
| YUV | 154.91 | 143.28 | 60.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 198 | 182 | 0.70 | 0 | 0.08 | 0.22 | 173.04 | 0.55 | 0.51 |
| Hex | 3C | C6 | B6 | 46 | 0 | 8 | 16 | AD | 37 | 33 |
| Octal | 74 | 306 | 266 | 106 | 0 | 10 | 26 | 255 | 67 | 63 |
| Binary | 111100 | 11000110 | 10110110 | 1000110 | 0 | 1000 | 10110 | 10101101 | 110111 | 110011 |
Color Harmonies of #3CC6B6
Complementary color
Monochromatic Colors of #3CC6B6
Black with #3CC6B6
Text Example
Text Example
White with #3CC6B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC6B6; }
p { color: rgb(60,198,182); }
H1.HeaderClassName
{
color: #3CC6B6;
}
.AnyTagClassName
{
color: #3CC6B6;
}
</style>
background-color css
<style>
a { background-color: #3CC6B6; }
a { background-color: rgb(60,198,182); }
div.DivClassName
{
background-color: #3CC6B6;
}
.BgClassName
{
background-color: #3CC6B6;
}
</style>
border-color css
<style>
span { border-color: #3CC6B6; }
span { border-color: rgb(60,198,182); }
td.TdClassName
{
border-color: #3CC6B6;
}
.TagClassName
{
border-color: #3CC6B6;
}
</style>