Shades of Medium Turquoise #3BCBDC
Tints of Medium Turquoise #3BCBDC
RGB
CMYK
RGB Variations
Color information
#3BCBDC (or 0x3BCBDC) is known color: Medium Turquoise. HEX triplet: 3B, CB and DC. RGB value is (59,203,220). Sum of RGB (Red+Green+Blue) = 59+203+220=482 (63% of max value = 765). Red value is 59 (23.44% from 255 or 12.24% from 482); Green value is 203 (79.69% from 255 or 42.12% from 482); Blue value is 220 (86.33% from 255 or 45.64% from 482); Max value from RGB is 220 - color contains mainly: blue. Hex color #3BCBDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BCBDC is #C43423. Grayscale: #A1A1A1. Windows color (decimal): -12858404 or 14469947. OLE color: 14469947.
HSL color Cylindrical-coordinate representation of color #3BCBDC: hue angle of 186.34º 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 #3BCBDC is Cyan = 0.73, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 59 | 203 | 220 | - |
| CMYK | 0.73 | 0.08 | 0 | 0.14 |
| HSL | 186.34º | 0.7% | 0.55% | - |
| HSV(B) | 186.34º | 0.73% | 0.86% | - |
| XYZ | 36.08 | 48.81 | 75.23 | - |
| YUV | 161.88 | 160.79 | 54.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 203 | 220 | 0.73 | 0.08 | 0 | 0.14 | 186.34 | 0.7 | 0.55 |
| Hex | 3B | CB | DC | 49 | 8 | 0 | E | BA | 46 | 37 |
| Octal | 73 | 313 | 334 | 111 | 10 | 0 | 16 | 272 | 106 | 67 |
| Binary | 111011 | 11001011 | 11011100 | 1001001 | 1000 | 0 | 1110 | 10111010 | 1000110 | 110111 |
Color Harmonies of #3BCBDC
Complementary color
Monochromatic Colors of #3BCBDC
Black with #3BCBDC
Text Example
Text Example
White with #3BCBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCBDC; }
p { color: rgb(59,203,220); }
H1.HeaderClassName
{
color: #3BCBDC;
}
.AnyTagClassName
{
color: #3BCBDC;
}
</style>
background-color css
<style>
a { background-color: #3BCBDC; }
a { background-color: rgb(59,203,220); }
div.DivClassName
{
background-color: #3BCBDC;
}
.BgClassName
{
background-color: #3BCBDC;
}
</style>
border-color css
<style>
span { border-color: #3BCBDC; }
span { border-color: rgb(59,203,220); }
td.TdClassName
{
border-color: #3BCBDC;
}
.TagClassName
{
border-color: #3BCBDC;
}
</style>