Shades of Medium Turquoise #3BCBD1
Tints of Medium Turquoise #3BCBD1
RGB
CMYK
RGB Variations
Color information
#3BCBD1 (or 0x3BCBD1) is known color: Medium Turquoise. HEX triplet: 3B, CB and D1. RGB value is (59,203,209). Sum of RGB (Red+Green+Blue) = 59+203+209=471 (62% of max value = 765). Red value is 59 (23.44% from 255 or 12.53% from 471); Green value is 203 (79.69% from 255 or 43.10% from 471); Blue value is 209 (82.03% from 255 or 44.37% from 471); Max value from RGB is 209 - color contains mainly: blue. Hex color #3BCBD1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BCBD1 is #C4342E. Grayscale: #A0A0A0. Windows color (decimal): -12858415 or 13749051. OLE color: 13749051.
HSL color Cylindrical-coordinate representation of color #3BCBD1: hue angle of 182.4º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3BCBD1 is Cyan = 0.72, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 59 | 203 | 209 | - |
| CMYK | 0.72 | 0.03 | 0 | 0.18 |
| HSL | 182.4º | 0.62% | 0.53% | - |
| HSV(B) | 182.4º | 0.72% | 0.82% | - |
| XYZ | 34.67 | 48.25 | 67.81 | - |
| YUV | 160.63 | 155.29 | 55.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 203 | 209 | 0.72 | 0.03 | 0 | 0.18 | 182.4 | 0.62 | 0.53 |
| Hex | 3B | CB | D1 | 48 | 3 | 0 | 12 | B6 | 3E | 35 |
| Octal | 73 | 313 | 321 | 110 | 3 | 0 | 22 | 266 | 76 | 65 |
| Binary | 111011 | 11001011 | 11010001 | 1001000 | 11 | 0 | 10010 | 10110110 | 111110 | 110101 |
Color Harmonies of #3BCBD1
Complementary color
Monochromatic Colors of #3BCBD1
Black with #3BCBD1
Text Example
Text Example
White with #3BCBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCBD1; }
p { color: rgb(59,203,209); }
H1.HeaderClassName
{
color: #3BCBD1;
}
.AnyTagClassName
{
color: #3BCBD1;
}
</style>
background-color css
<style>
a { background-color: #3BCBD1; }
a { background-color: rgb(59,203,209); }
div.DivClassName
{
background-color: #3BCBD1;
}
.BgClassName
{
background-color: #3BCBD1;
}
</style>
border-color css
<style>
span { border-color: #3BCBD1; }
span { border-color: rgb(59,203,209); }
td.TdClassName
{
border-color: #3BCBD1;
}
.TagClassName
{
border-color: #3BCBD1;
}
</style>