Shades of Medium Turquoise #3BCEBC
Tints of Medium Turquoise #3BCEBC
RGB
CMYK
RGB Variations
Color information
#3BCEBC (or 0x3BCEBC) is known color: Medium Turquoise. HEX triplet: 3B, CE and BC. RGB value is (59,206,188). Sum of RGB (Red+Green+Blue) = 59+206+188=453 (60% of max value = 765). Red value is 59 (23.44% from 255 or 13.02% from 453); Green value is 206 (80.86% from 255 or 45.47% from 453); Blue value is 188 (73.83% from 255 or 41.50% from 453); Max value from RGB is 206 - color contains mainly: green. Hex color #3BCEBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BCEBC is #C43143. Grayscale: #9F9F9F. Windows color (decimal): -12857668 or 12373563. OLE color: 12373563.
HSL color Cylindrical-coordinate representation of color #3BCEBC: hue angle of 172.65º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3BCEBC is Cyan = 0.71, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 59 | 206 | 188 | - |
| CMYK | 0.71 | 0 | 0.09 | 0.19 |
| HSL | 172.65º | 0.6% | 0.52% | - |
| HSV(B) | 172.65º | 0.71% | 0.81% | - |
| XYZ | 32.95 | 48.7 | 55.24 | - |
| YUV | 160 | 143.8 | 55.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 206 | 188 | 0.71 | 0 | 0.09 | 0.19 | 172.65 | 0.6 | 0.52 |
| Hex | 3B | CE | BC | 47 | 0 | 9 | 13 | AD | 3C | 34 |
| Octal | 73 | 316 | 274 | 107 | 0 | 11 | 23 | 255 | 74 | 64 |
| Binary | 111011 | 11001110 | 10111100 | 1000111 | 0 | 1001 | 10011 | 10101101 | 111100 | 110100 |
Color Harmonies of #3BCEBC
Complementary color
Monochromatic Colors of #3BCEBC
Black with #3BCEBC
Text Example
Text Example
White with #3BCEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCEBC; }
p { color: rgb(59,206,188); }
H1.HeaderClassName
{
color: #3BCEBC;
}
.AnyTagClassName
{
color: #3BCEBC;
}
</style>
background-color css
<style>
a { background-color: #3BCEBC; }
a { background-color: rgb(59,206,188); }
div.DivClassName
{
background-color: #3BCEBC;
}
.BgClassName
{
background-color: #3BCEBC;
}
</style>
border-color css
<style>
span { border-color: #3BCEBC; }
span { border-color: rgb(59,206,188); }
td.TdClassName
{
border-color: #3BCEBC;
}
.TagClassName
{
border-color: #3BCEBC;
}
</style>