Shades of Medium Turquoise #3CC6CB
Tints of Medium Turquoise #3CC6CB
RGB
CMYK
RGB Variations
Color information
#3CC6CB (or 0x3CC6CB) is known color: Medium Turquoise. HEX triplet: 3C, C6 and CB. RGB value is (60,198,203). Sum of RGB (Red+Green+Blue) = 60+198+203=461 (61% of max value = 765). Red value is 60 (23.83% from 255 or 13.02% from 461); Green value is 198 (77.73% from 255 or 42.95% from 461); Blue value is 203 (79.69% from 255 or 44.03% from 461); Max value from RGB is 203 - color contains mainly: blue. Hex color #3CC6CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CC6CB is #C33934. Grayscale: #9D9D9D. Windows color (decimal): -12794165 or 13354556. OLE color: 13354556.
HSL color Cylindrical-coordinate representation of color #3CC6CB: hue angle of 182.1º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3CC6CB is Cyan = 0.70, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 60 | 198 | 203 | - |
| CMYK | 0.70 | 0.02 | 0 | 0.20 |
| HSL | 182.1º | 0.58% | 0.52% | - |
| HSV(B) | 182.1º | 0.7% | 0.8% | - |
| XYZ | 32.84 | 45.66 | 63.58 | - |
| YUV | 157.31 | 153.78 | 58.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 198 | 203 | 0.70 | 0.02 | 0 | 0.20 | 182.1 | 0.58 | 0.52 |
| Hex | 3C | C6 | CB | 46 | 2 | 0 | 14 | B6 | 3A | 34 |
| Octal | 74 | 306 | 313 | 106 | 2 | 0 | 24 | 266 | 72 | 64 |
| Binary | 111100 | 11000110 | 11001011 | 1000110 | 10 | 0 | 10100 | 10110110 | 111010 | 110100 |
Color Harmonies of #3CC6CB
Complementary color
Monochromatic Colors of #3CC6CB
Black with #3CC6CB
Text Example
Text Example
White with #3CC6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC6CB; }
p { color: rgb(60,198,203); }
H1.HeaderClassName
{
color: #3CC6CB;
}
.AnyTagClassName
{
color: #3CC6CB;
}
</style>
background-color css
<style>
a { background-color: #3CC6CB; }
a { background-color: rgb(60,198,203); }
div.DivClassName
{
background-color: #3CC6CB;
}
.BgClassName
{
background-color: #3CC6CB;
}
</style>
border-color css
<style>
span { border-color: #3CC6CB; }
span { border-color: rgb(60,198,203); }
td.TdClassName
{
border-color: #3CC6CB;
}
.TagClassName
{
border-color: #3CC6CB;
}
</style>