Shades of Medium Turquoise #3BC5CB
Tints of Medium Turquoise #3BC5CB
RGB
CMYK
RGB Variations
Color information
#3BC5CB (or 0x3BC5CB) is known color: Medium Turquoise. HEX triplet: 3B, C5 and CB. RGB value is (59,197,203). Sum of RGB (Red+Green+Blue) = 59+197+203=459 (60% of max value = 765). Red value is 59 (23.44% from 255 or 12.85% from 459); Green value is 197 (77.34% from 255 or 42.92% from 459); Blue value is 203 (79.69% from 255 or 44.23% from 459); Max value from RGB is 203 - color contains mainly: blue. Hex color #3BC5CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BC5CB is #C43A34. Grayscale: #9C9C9C. Windows color (decimal): -12859957 or 13354299. OLE color: 13354299.
HSL color Cylindrical-coordinate representation of color #3BC5CB: hue angle of 182.5º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3BC5CB is Cyan = 0.71, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 59 | 197 | 203 | - |
| CMYK | 0.71 | 0.03 | 0 | 0.20 |
| HSL | 182.5º | 0.58% | 0.51% | - |
| HSV(B) | 182.5º | 0.71% | 0.8% | - |
| XYZ | 32.55 | 45.17 | 63.5 | - |
| YUV | 156.42 | 154.28 | 58.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 197 | 203 | 0.71 | 0.03 | 0 | 0.20 | 182.5 | 0.58 | 0.51 |
| Hex | 3B | C5 | CB | 47 | 3 | 0 | 14 | B6 | 3A | 33 |
| Octal | 73 | 305 | 313 | 107 | 3 | 0 | 24 | 266 | 72 | 63 |
| Binary | 111011 | 11000101 | 11001011 | 1000111 | 11 | 0 | 10100 | 10110110 | 111010 | 110011 |
Color Harmonies of #3BC5CB
Complementary color
Monochromatic Colors of #3BC5CB
Black with #3BC5CB
Text Example
Text Example
White with #3BC5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC5CB; }
p { color: rgb(59,197,203); }
H1.HeaderClassName
{
color: #3BC5CB;
}
.AnyTagClassName
{
color: #3BC5CB;
}
</style>
background-color css
<style>
a { background-color: #3BC5CB; }
a { background-color: rgb(59,197,203); }
div.DivClassName
{
background-color: #3BC5CB;
}
.BgClassName
{
background-color: #3BC5CB;
}
</style>
border-color css
<style>
span { border-color: #3BC5CB; }
span { border-color: rgb(59,197,203); }
td.TdClassName
{
border-color: #3BC5CB;
}
.TagClassName
{
border-color: #3BC5CB;
}
</style>