Shades of Medium Turquoise #3CC3BB
Tints of Medium Turquoise #3CC3BB
RGB
CMYK
RGB Variations
Color information
#3CC3BB (or 0x3CC3BB) is known color: Medium Turquoise. HEX triplet: 3C, C3 and BB. RGB value is (60,195,187). Sum of RGB (Red+Green+Blue) = 60+195+187=442 (58% of max value = 765). Red value is 60 (23.83% from 255 or 13.57% from 442); Green value is 195 (76.56% from 255 or 44.12% from 442); Blue value is 187 (73.44% from 255 or 42.31% from 442); Max value from RGB is 195 - color contains mainly: green. Hex color #3CC3BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CC3BB is #C33C44. Grayscale: #999999. Windows color (decimal): -12794949 or 12305212. OLE color: 12305212.
HSL color Cylindrical-coordinate representation of color #3CC3BB: hue angle of 176.44º 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 #3CC3BB is Cyan = 0.69, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 60 | 195 | 187 | - |
| CMYK | 0.69 | 0 | 0.04 | 0.24 |
| HSL | 176.44º | 0.53% | 0.5% | - |
| HSV(B) | 176.44º | 0.69% | 0.76% | - |
| XYZ | 30.35 | 43.58 | 53.83 | - |
| YUV | 153.72 | 146.77 | 61.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 195 | 187 | 0.69 | 0 | 0.04 | 0.24 | 176.44 | 0.53 | 0.5 |
| Hex | 3C | C3 | BB | 45 | 0 | 4 | 18 | B0 | 35 | 32 |
| Octal | 74 | 303 | 273 | 105 | 0 | 4 | 30 | 260 | 65 | 62 |
| Binary | 111100 | 11000011 | 10111011 | 1000101 | 0 | 100 | 11000 | 10110000 | 110101 | 110010 |
Color Harmonies of #3CC3BB
Complementary color
Monochromatic Colors of #3CC3BB
Black with #3CC3BB
Text Example
Text Example
White with #3CC3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC3BB; }
p { color: rgb(60,195,187); }
H1.HeaderClassName
{
color: #3CC3BB;
}
.AnyTagClassName
{
color: #3CC3BB;
}
</style>
background-color css
<style>
a { background-color: #3CC3BB; }
a { background-color: rgb(60,195,187); }
div.DivClassName
{
background-color: #3CC3BB;
}
.BgClassName
{
background-color: #3CC3BB;
}
</style>
border-color css
<style>
span { border-color: #3CC3BB; }
span { border-color: rgb(60,195,187); }
td.TdClassName
{
border-color: #3CC3BB;
}
.TagClassName
{
border-color: #3CC3BB;
}
</style>