Shades of Medium Turquoise #3BCBD7
Tints of Medium Turquoise #3BCBD7
RGB
CMYK
RGB Variations
Color information
#3BCBD7 (or 0x3BCBD7) is known color: Medium Turquoise. HEX triplet: 3B, CB and D7. RGB value is (59,203,215). Sum of RGB (Red+Green+Blue) = 59+203+215=477 (63% of max value = 765). Red value is 59 (23.44% from 255 or 12.37% from 477); Green value is 203 (79.69% from 255 or 42.56% from 477); Blue value is 215 (84.38% from 255 or 45.07% from 477); Max value from RGB is 215 - color contains mainly: blue. Hex color #3BCBD7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BCBD7 is #C43428. Grayscale: #A1A1A1. Windows color (decimal): -12858409 or 14142267. OLE color: 14142267.
HSL color Cylindrical-coordinate representation of color #3BCBD7: hue angle of 184.62º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BCBD7 is Cyan = 0.73, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 59 | 203 | 215 | - |
| CMYK | 0.73 | 0.06 | 0 | 0.16 |
| HSL | 184.62º | 0.66% | 0.54% | - |
| HSV(B) | 184.62º | 0.73% | 0.84% | - |
| XYZ | 35.43 | 48.55 | 71.79 | - |
| YUV | 161.31 | 158.29 | 55.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 203 | 215 | 0.73 | 0.06 | 0 | 0.16 | 184.62 | 0.66 | 0.54 |
| Hex | 3B | CB | D7 | 49 | 6 | 0 | 10 | B9 | 42 | 36 |
| Octal | 73 | 313 | 327 | 111 | 6 | 0 | 20 | 271 | 102 | 66 |
| Binary | 111011 | 11001011 | 11010111 | 1001001 | 110 | 0 | 10000 | 10111001 | 1000010 | 110110 |
Color Harmonies of #3BCBD7
Complementary color
Monochromatic Colors of #3BCBD7
Black with #3BCBD7
Text Example
Text Example
White with #3BCBD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCBD7; }
p { color: rgb(59,203,215); }
H1.HeaderClassName
{
color: #3BCBD7;
}
.AnyTagClassName
{
color: #3BCBD7;
}
</style>
background-color css
<style>
a { background-color: #3BCBD7; }
a { background-color: rgb(59,203,215); }
div.DivClassName
{
background-color: #3BCBD7;
}
.BgClassName
{
background-color: #3BCBD7;
}
</style>
border-color css
<style>
span { border-color: #3BCBD7; }
span { border-color: rgb(59,203,215); }
td.TdClassName
{
border-color: #3BCBD7;
}
.TagClassName
{
border-color: #3BCBD7;
}
</style>