Shades of Medium Turquoise #3CC0B7
Tints of Medium Turquoise #3CC0B7
RGB
CMYK
RGB Variations
Color information
#3CC0B7 (or 0x3CC0B7) is known color: Medium Turquoise. HEX triplet: 3C, C0 and B7. RGB value is (60,192,183). Sum of RGB (Red+Green+Blue) = 60+192+183=435 (57% of max value = 765). Red value is 60 (23.83% from 255 or 13.79% from 435); Green value is 192 (75.39% from 255 or 44.14% from 435); Blue value is 183 (71.88% from 255 or 42.07% from 435); Max value from RGB is 192 - color contains mainly: green. Hex color #3CC0B7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CC0B7 is #C33F48. Grayscale: #979797. Windows color (decimal): -12795721 or 12042300. OLE color: 12042300.
HSL color Cylindrical-coordinate representation of color #3CC0B7: hue angle of 175.91º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3CC0B7 is Cyan = 0.69, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 60 | 192 | 183 | - |
| CMYK | 0.69 | 0 | 0.05 | 0.25 |
| HSL | 175.91º | 0.52% | 0.49% | - |
| HSV(B) | 175.91º | 0.69% | 0.75% | - |
| XYZ | 29.26 | 42.08 | 51.38 | - |
| YUV | 151.51 | 145.77 | 62.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 192 | 183 | 0.69 | 0 | 0.05 | 0.25 | 175.91 | 0.52 | 0.49 |
| Hex | 3C | C0 | B7 | 45 | 0 | 5 | 19 | B0 | 34 | 31 |
| Octal | 74 | 300 | 267 | 105 | 0 | 5 | 31 | 260 | 64 | 61 |
| Binary | 111100 | 11000000 | 10110111 | 1000101 | 0 | 101 | 11001 | 10110000 | 110100 | 110001 |
Color Harmonies of #3CC0B7
Complementary color
Monochromatic Colors of #3CC0B7
Black with #3CC0B7
Text Example
Text Example
White with #3CC0B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC0B7; }
p { color: rgb(60,192,183); }
H1.HeaderClassName
{
color: #3CC0B7;
}
.AnyTagClassName
{
color: #3CC0B7;
}
</style>
background-color css
<style>
a { background-color: #3CC0B7; }
a { background-color: rgb(60,192,183); }
div.DivClassName
{
background-color: #3CC0B7;
}
.BgClassName
{
background-color: #3CC0B7;
}
</style>
border-color css
<style>
span { border-color: #3CC0B7; }
span { border-color: rgb(60,192,183); }
td.TdClassName
{
border-color: #3CC0B7;
}
.TagClassName
{
border-color: #3CC0B7;
}
</style>