Shades of Medium Turquoise #3CC2BD
Tints of Medium Turquoise #3CC2BD
RGB
CMYK
RGB Variations
Color information
#3CC2BD (or 0x3CC2BD) is known color: Medium Turquoise. HEX triplet: 3C, C2 and BD. RGB value is (60,194,189). Sum of RGB (Red+Green+Blue) = 60+194+189=443 (58% of max value = 765). Red value is 60 (23.83% from 255 or 13.54% from 443); Green value is 194 (76.17% from 255 or 43.79% from 443); Blue value is 189 (74.22% from 255 or 42.66% from 443); Max value from RGB is 194 - color contains mainly: green. Hex color #3CC2BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CC2BD is #C33D42. Grayscale: #999999. Windows color (decimal): -12795203 or 12436028. OLE color: 12436028.
HSL color Cylindrical-coordinate representation of color #3CC2BD: hue angle of 177.76º 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 #3CC2BD is Cyan = 0.69, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 60 | 194 | 189 | - |
| CMYK | 0.69 | 0 | 0.03 | 0.24 |
| HSL | 177.76º | 0.53% | 0.5% | - |
| HSV(B) | 177.76º | 0.69% | 0.76% | - |
| XYZ | 30.34 | 43.22 | 54.89 | - |
| YUV | 153.36 | 148.11 | 61.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 194 | 189 | 0.69 | 0 | 0.03 | 0.24 | 177.76 | 0.53 | 0.5 |
| Hex | 3C | C2 | BD | 45 | 0 | 3 | 18 | B2 | 35 | 32 |
| Octal | 74 | 302 | 275 | 105 | 0 | 3 | 30 | 262 | 65 | 62 |
| Binary | 111100 | 11000010 | 10111101 | 1000101 | 0 | 11 | 11000 | 10110010 | 110101 | 110010 |
Color Harmonies of #3CC2BD
Complementary color
Monochromatic Colors of #3CC2BD
Black with #3CC2BD
Text Example
Text Example
White with #3CC2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC2BD; }
p { color: rgb(60,194,189); }
H1.HeaderClassName
{
color: #3CC2BD;
}
.AnyTagClassName
{
color: #3CC2BD;
}
</style>
background-color css
<style>
a { background-color: #3CC2BD; }
a { background-color: rgb(60,194,189); }
div.DivClassName
{
background-color: #3CC2BD;
}
.BgClassName
{
background-color: #3CC2BD;
}
</style>
border-color css
<style>
span { border-color: #3CC2BD; }
span { border-color: rgb(60,194,189); }
td.TdClassName
{
border-color: #3CC2BD;
}
.TagClassName
{
border-color: #3CC2BD;
}
</style>