Shades of Medium Turquoise #3BC8DC
Tints of Medium Turquoise #3BC8DC
RGB
CMYK
RGB Variations
Color information
#3BC8DC (or 0x3BC8DC) is known color: Medium Turquoise. HEX triplet: 3B, C8 and DC. RGB value is (59,200,220). Sum of RGB (Red+Green+Blue) = 59+200+220=479 (63% of max value = 765). Red value is 59 (23.44% from 255 or 12.32% from 479); Green value is 200 (78.52% from 255 or 41.75% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 220 - color contains mainly: blue. Hex color #3BC8DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BC8DC is #C43723. Grayscale: #9F9F9F. Windows color (decimal): -12859172 or 14469179. OLE color: 14469179.
HSL color Cylindrical-coordinate representation of color #3BC8DC: hue angle of 187.45º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BC8DC is Cyan = 0.73, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 59 | 200 | 220 | - |
| CMYK | 0.73 | 0.09 | 0 | 0.14 |
| HSL | 187.45º | 0.7% | 0.55% | - |
| HSV(B) | 187.45º | 0.73% | 0.86% | - |
| XYZ | 35.38 | 47.41 | 75 | - |
| YUV | 160.12 | 161.79 | 55.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 200 | 220 | 0.73 | 0.09 | 0 | 0.14 | 187.45 | 0.7 | 0.55 |
| Hex | 3B | C8 | DC | 49 | 9 | 0 | E | BB | 46 | 37 |
| Octal | 73 | 310 | 334 | 111 | 11 | 0 | 16 | 273 | 106 | 67 |
| Binary | 111011 | 11001000 | 11011100 | 1001001 | 1001 | 0 | 1110 | 10111011 | 1000110 | 110111 |
Color Harmonies of #3BC8DC
Complementary color
Monochromatic Colors of #3BC8DC
Black with #3BC8DC
Text Example
Text Example
White with #3BC8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC8DC; }
p { color: rgb(59,200,220); }
H1.HeaderClassName
{
color: #3BC8DC;
}
.AnyTagClassName
{
color: #3BC8DC;
}
</style>
background-color css
<style>
a { background-color: #3BC8DC; }
a { background-color: rgb(59,200,220); }
div.DivClassName
{
background-color: #3BC8DC;
}
.BgClassName
{
background-color: #3BC8DC;
}
</style>
border-color css
<style>
span { border-color: #3BC8DC; }
span { border-color: rgb(59,200,220); }
td.TdClassName
{
border-color: #3BC8DC;
}
.TagClassName
{
border-color: #3BC8DC;
}
</style>