Shades of Medium Turquoise #3CC1BC
Tints of Medium Turquoise #3CC1BC
RGB
CMYK
RGB Variations
Color information
#3CC1BC (or 0x3CC1BC) is known color: Medium Turquoise. HEX triplet: 3C, C1 and BC. RGB value is (60,193,188). Sum of RGB (Red+Green+Blue) = 60+193+188=441 (58% of max value = 765). Red value is 60 (23.83% from 255 or 13.61% from 441); Green value is 193 (75.78% from 255 or 43.76% from 441); Blue value is 188 (73.83% from 255 or 42.63% from 441); Max value from RGB is 193 - color contains mainly: green. Hex color #3CC1BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CC1BC is #C33E43. Grayscale: #989898. Windows color (decimal): -12795460 or 12370236. OLE color: 12370236.
HSL color Cylindrical-coordinate representation of color #3CC1BC: hue angle of 177.74º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3CC1BC is Cyan = 0.69, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 60 | 193 | 188 | - |
| CMYK | 0.69 | 0 | 0.03 | 0.24 |
| HSL | 177.74º | 0.53% | 0.5% | - |
| HSV(B) | 177.74º | 0.69% | 0.76% | - |
| XYZ | 30.01 | 42.73 | 54.24 | - |
| YUV | 152.66 | 147.94 | 61.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 193 | 188 | 0.69 | 0 | 0.03 | 0.24 | 177.74 | 0.53 | 0.5 |
| Hex | 3C | C1 | BC | 45 | 0 | 3 | 18 | B2 | 35 | 32 |
| Octal | 74 | 301 | 274 | 105 | 0 | 3 | 30 | 262 | 65 | 62 |
| Binary | 111100 | 11000001 | 10111100 | 1000101 | 0 | 11 | 11000 | 10110010 | 110101 | 110010 |
Color Harmonies of #3CC1BC
Complementary color
Monochromatic Colors of #3CC1BC
Black with #3CC1BC
Text Example
Text Example
White with #3CC1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC1BC; }
p { color: rgb(60,193,188); }
H1.HeaderClassName
{
color: #3CC1BC;
}
.AnyTagClassName
{
color: #3CC1BC;
}
</style>
background-color css
<style>
a { background-color: #3CC1BC; }
a { background-color: rgb(60,193,188); }
div.DivClassName
{
background-color: #3CC1BC;
}
.BgClassName
{
background-color: #3CC1BC;
}
</style>
border-color css
<style>
span { border-color: #3CC1BC; }
span { border-color: rgb(60,193,188); }
td.TdClassName
{
border-color: #3CC1BC;
}
.TagClassName
{
border-color: #3CC1BC;
}
</style>