Shades of Medium Turquoise #3CCBC0
Tints of Medium Turquoise #3CCBC0
RGB
CMYK
RGB Variations
Color information
#3CCBC0 (or 0x3CCBC0) is known color: Medium Turquoise. HEX triplet: 3C, CB and C0. RGB value is (60,203,192). Sum of RGB (Red+Green+Blue) = 60+203+192=455 (60% of max value = 765). Red value is 60 (23.83% from 255 or 13.19% from 455); Green value is 203 (79.69% from 255 or 44.62% from 455); Blue value is 192 (75.39% from 255 or 42.20% from 455); Max value from RGB is 203 - color contains mainly: green. Hex color #3CCBC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CCBC0 is #C3343F. Grayscale: #9E9E9E. Windows color (decimal): -12792896 or 12634940. OLE color: 12634940.
HSL color Cylindrical-coordinate representation of color #3CCBC0: hue angle of 175.38º 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 #3CCBC0 is Cyan = 0.70, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 60 | 203 | 192 | - |
| CMYK | 0.70 | 0 | 0.05 | 0.20 |
| HSL | 175.38º | 0.58% | 0.52% | - |
| HSV(B) | 175.38º | 0.7% | 0.8% | - |
| XYZ | 32.73 | 47.48 | 57.31 | - |
| YUV | 158.99 | 146.62 | 57.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 203 | 192 | 0.70 | 0 | 0.05 | 0.20 | 175.38 | 0.58 | 0.52 |
| Hex | 3C | CB | C0 | 46 | 0 | 5 | 14 | AF | 3A | 34 |
| Octal | 74 | 313 | 300 | 106 | 0 | 5 | 24 | 257 | 72 | 64 |
| Binary | 111100 | 11001011 | 11000000 | 1000110 | 0 | 101 | 10100 | 10101111 | 111010 | 110100 |
Color Harmonies of #3CCBC0
Complementary color
Monochromatic Colors of #3CCBC0
Black with #3CCBC0
Text Example
Text Example
White with #3CCBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCBC0; }
p { color: rgb(60,203,192); }
H1.HeaderClassName
{
color: #3CCBC0;
}
.AnyTagClassName
{
color: #3CCBC0;
}
</style>
background-color css
<style>
a { background-color: #3CCBC0; }
a { background-color: rgb(60,203,192); }
div.DivClassName
{
background-color: #3CCBC0;
}
.BgClassName
{
background-color: #3CCBC0;
}
</style>
border-color css
<style>
span { border-color: #3CCBC0; }
span { border-color: rgb(60,203,192); }
td.TdClassName
{
border-color: #3CCBC0;
}
.TagClassName
{
border-color: #3CCBC0;
}
</style>