Shades of Medium Turquoise #3CCBBB
Tints of Medium Turquoise #3CCBBB
RGB
CMYK
RGB Variations
Color information
#3CCBBB (or 0x3CCBBB) is known color: Medium Turquoise. HEX triplet: 3C, CB and BB. RGB value is (60,203,187). Sum of RGB (Red+Green+Blue) = 60+203+187=450 (59% of max value = 765). Red value is 60 (23.83% from 255 or 13.33% from 450); Green value is 203 (79.69% from 255 or 45.11% from 450); Blue value is 187 (73.44% from 255 or 41.56% from 450); Max value from RGB is 203 - color contains mainly: green. Hex color #3CCBBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CCBBB is #C33444. Grayscale: #9E9E9E. Windows color (decimal): -12792901 or 12307260. OLE color: 12307260.
HSL color Cylindrical-coordinate representation of color #3CCBBB: hue angle of 173.29º 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 #3CCBBB is Cyan = 0.70, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 60 | 203 | 187 | - |
| CMYK | 0.70 | 0 | 0.08 | 0.20 |
| HSL | 173.29º | 0.58% | 0.52% | - |
| HSV(B) | 173.29º | 0.7% | 0.8% | - |
| XYZ | 32.19 | 47.26 | 54.44 | - |
| YUV | 158.42 | 144.12 | 57.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 203 | 187 | 0.70 | 0 | 0.08 | 0.20 | 173.29 | 0.58 | 0.52 |
| Hex | 3C | CB | BB | 46 | 0 | 8 | 14 | AD | 3A | 34 |
| Octal | 74 | 313 | 273 | 106 | 0 | 10 | 24 | 255 | 72 | 64 |
| Binary | 111100 | 11001011 | 10111011 | 1000110 | 0 | 1000 | 10100 | 10101101 | 111010 | 110100 |
Color Harmonies of #3CCBBB
Complementary color
Monochromatic Colors of #3CCBBB
Black with #3CCBBB
Text Example
Text Example
White with #3CCBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCBBB; }
p { color: rgb(60,203,187); }
H1.HeaderClassName
{
color: #3CCBBB;
}
.AnyTagClassName
{
color: #3CCBBB;
}
</style>
background-color css
<style>
a { background-color: #3CCBBB; }
a { background-color: rgb(60,203,187); }
div.DivClassName
{
background-color: #3CCBBB;
}
.BgClassName
{
background-color: #3CCBBB;
}
</style>
border-color css
<style>
span { border-color: #3CCBBB; }
span { border-color: rgb(60,203,187); }
td.TdClassName
{
border-color: #3CCBBB;
}
.TagClassName
{
border-color: #3CCBBB;
}
</style>