Shades of Medium Turquoise #3CCBBC
Tints of Medium Turquoise #3CCBBC
RGB
CMYK
RGB Variations
Color information
#3CCBBC (or 0x3CCBBC) is known color: Medium Turquoise. HEX triplet: 3C, CB and BC. RGB value is (60,203,188). Sum of RGB (Red+Green+Blue) = 60+203+188=451 (59% of max value = 765). Red value is 60 (23.83% from 255 or 13.30% from 451); Green value is 203 (79.69% from 255 or 45.01% from 451); Blue value is 188 (73.83% from 255 or 41.69% from 451); Max value from RGB is 203 - color contains mainly: green. Hex color #3CCBBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CCBBC is #C33443. Grayscale: #9E9E9E. Windows color (decimal): -12792900 or 12372796. OLE color: 12372796.
HSL color Cylindrical-coordinate representation of color #3CCBBC: hue angle of 173.71º 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 #3CCBBC is Cyan = 0.70, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 60 | 203 | 188 | - |
| CMYK | 0.70 | 0 | 0.07 | 0.20 |
| HSL | 173.71º | 0.58% | 0.52% | - |
| HSV(B) | 173.71º | 0.7% | 0.8% | - |
| XYZ | 32.3 | 47.3 | 55.01 | - |
| YUV | 158.53 | 144.62 | 57.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 203 | 188 | 0.70 | 0 | 0.07 | 0.20 | 173.71 | 0.58 | 0.52 |
| Hex | 3C | CB | BC | 46 | 0 | 7 | 14 | AE | 3A | 34 |
| Octal | 74 | 313 | 274 | 106 | 0 | 7 | 24 | 256 | 72 | 64 |
| Binary | 111100 | 11001011 | 10111100 | 1000110 | 0 | 111 | 10100 | 10101110 | 111010 | 110100 |
Color Harmonies of #3CCBBC
Complementary color
Monochromatic Colors of #3CCBBC
Black with #3CCBBC
Text Example
Text Example
White with #3CCBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCBBC; }
p { color: rgb(60,203,188); }
H1.HeaderClassName
{
color: #3CCBBC;
}
.AnyTagClassName
{
color: #3CCBBC;
}
</style>
background-color css
<style>
a { background-color: #3CCBBC; }
a { background-color: rgb(60,203,188); }
div.DivClassName
{
background-color: #3CCBBC;
}
.BgClassName
{
background-color: #3CCBBC;
}
</style>
border-color css
<style>
span { border-color: #3CCBBC; }
span { border-color: rgb(60,203,188); }
td.TdClassName
{
border-color: #3CCBBC;
}
.TagClassName
{
border-color: #3CCBBC;
}
</style>