Shades of Medium Turquoise #3BCBDB
Tints of Medium Turquoise #3BCBDB
RGB
CMYK
RGB Variations
Color information
#3BCBDB (or 0x3BCBDB) is known color: Medium Turquoise. HEX triplet: 3B, CB and DB. RGB value is (59,203,219). Sum of RGB (Red+Green+Blue) = 59+203+219=481 (63% of max value = 765). Red value is 59 (23.44% from 255 or 12.27% from 481); Green value is 203 (79.69% from 255 or 42.20% from 481); Blue value is 219 (85.94% from 255 or 45.53% from 481); Max value from RGB is 219 - color contains mainly: blue. Hex color #3BCBDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BCBDB is #C43424. Grayscale: #A1A1A1. Windows color (decimal): -12858405 or 14404411. OLE color: 14404411.
HSL color Cylindrical-coordinate representation of color #3BCBDB: hue angle of 186º degrees, saturation: 0.69, 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 #3BCBDB is Cyan = 0.73, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 59 | 203 | 219 | - |
| CMYK | 0.73 | 0.07 | 0 | 0.14 |
| HSL | 186º | 0.69% | 0.55% | - |
| HSV(B) | 186º | 0.73% | 0.86% | - |
| XYZ | 35.95 | 48.76 | 74.53 | - |
| YUV | 161.77 | 160.29 | 54.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 203 | 219 | 0.73 | 0.07 | 0 | 0.14 | 186 | 0.69 | 0.55 |
| Hex | 3B | CB | DB | 49 | 7 | 0 | E | BA | 45 | 37 |
| Octal | 73 | 313 | 333 | 111 | 7 | 0 | 16 | 272 | 105 | 67 |
| Binary | 111011 | 11001011 | 11011011 | 1001001 | 111 | 0 | 1110 | 10111010 | 1000101 | 110111 |
Color Harmonies of #3BCBDB
Complementary color
Monochromatic Colors of #3BCBDB
Black with #3BCBDB
Text Example
Text Example
White with #3BCBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCBDB; }
p { color: rgb(59,203,219); }
H1.HeaderClassName
{
color: #3BCBDB;
}
.AnyTagClassName
{
color: #3BCBDB;
}
</style>
background-color css
<style>
a { background-color: #3BCBDB; }
a { background-color: rgb(59,203,219); }
div.DivClassName
{
background-color: #3BCBDB;
}
.BgClassName
{
background-color: #3BCBDB;
}
</style>
border-color css
<style>
span { border-color: #3BCBDB; }
span { border-color: rgb(59,203,219); }
td.TdClassName
{
border-color: #3BCBDB;
}
.TagClassName
{
border-color: #3BCBDB;
}
</style>