Shades of Medium Turquoise #3BC1CC
Tints of Medium Turquoise #3BC1CC
RGB
CMYK
RGB Variations
Color information
#3BC1CC (or 0x3BC1CC) is known color: Medium Turquoise. HEX triplet: 3B, C1 and CC. RGB value is (59,193,204). Sum of RGB (Red+Green+Blue) = 59+193+204=456 (60% of max value = 765). Red value is 59 (23.44% from 255 or 12.94% from 456); Green value is 193 (75.78% from 255 or 42.32% from 456); Blue value is 204 (80.08% from 255 or 44.74% from 456); Max value from RGB is 204 - color contains mainly: blue. Hex color #3BC1CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BC1CC is #C43E33. Grayscale: #9A9A9A. Windows color (decimal): -12860980 or 13418811. OLE color: 13418811.
HSL color Cylindrical-coordinate representation of color #3BC1CC: hue angle of 184.55º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3BC1CC is Cyan = 0.71, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 59 | 193 | 204 | - |
| CMYK | 0.71 | 0.05 | 0 | 0.2 |
| HSL | 184.55º | 0.59% | 0.52% | - |
| HSV(B) | 184.55º | 0.71% | 0.8% | - |
| XYZ | 31.77 | 43.43 | 63.83 | - |
| YUV | 154.19 | 156.11 | 60.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 193 | 204 | 0.71 | 0.05 | 0 | 0.2 | 184.55 | 0.59 | 0.52 |
| Hex | 3B | C1 | CC | 47 | 5 | 0 | 14 | B9 | 3B | 34 |
| Octal | 73 | 301 | 314 | 107 | 5 | 0 | 24 | 271 | 73 | 64 |
| Binary | 111011 | 11000001 | 11001100 | 1000111 | 101 | 0 | 10100 | 10111001 | 111011 | 110100 |
Color Harmonies of #3BC1CC
Complementary color
Monochromatic Colors of #3BC1CC
Black with #3BC1CC
Text Example
Text Example
White with #3BC1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC1CC; }
p { color: rgb(59,193,204); }
H1.HeaderClassName
{
color: #3BC1CC;
}
.AnyTagClassName
{
color: #3BC1CC;
}
</style>
background-color css
<style>
a { background-color: #3BC1CC; }
a { background-color: rgb(59,193,204); }
div.DivClassName
{
background-color: #3BC1CC;
}
.BgClassName
{
background-color: #3BC1CC;
}
</style>
border-color css
<style>
span { border-color: #3BC1CC; }
span { border-color: rgb(59,193,204); }
td.TdClassName
{
border-color: #3BC1CC;
}
.TagClassName
{
border-color: #3BC1CC;
}
</style>