Shades of Medium Turquoise #3BCBC5
Tints of Medium Turquoise #3BCBC5
RGB
CMYK
RGB Variations
Color information
#3BCBC5 (or 0x3BCBC5) is known color: Medium Turquoise. HEX triplet: 3B, CB and C5. RGB value is (59,203,197). Sum of RGB (Red+Green+Blue) = 59+203+197=459 (60% of max value = 765). Red value is 59 (23.44% from 255 or 12.85% from 459); Green value is 203 (79.69% from 255 or 44.23% from 459); Blue value is 197 (77.34% from 255 or 42.92% from 459); Max value from RGB is 203 - color contains mainly: green. Hex color #3BCBC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BCBC5 is #C4343A. Grayscale: #9F9F9F. Windows color (decimal): -12858427 or 12962619. OLE color: 12962619.
HSL color Cylindrical-coordinate representation of color #3BCBC5: hue angle of 177.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 #3BCBC5 is Cyan = 0.71, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 59 | 203 | 197 | - |
| CMYK | 0.71 | 0 | 0.03 | 0.20 |
| HSL | 177.5º | 0.58% | 0.51% | - |
| HSV(B) | 177.5º | 0.71% | 0.8% | - |
| XYZ | 33.24 | 47.67 | 60.27 | - |
| YUV | 159.26 | 149.29 | 56.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 203 | 197 | 0.71 | 0 | 0.03 | 0.20 | 177.5 | 0.58 | 0.51 |
| Hex | 3B | CB | C5 | 47 | 0 | 3 | 14 | B2 | 3A | 33 |
| Octal | 73 | 313 | 305 | 107 | 0 | 3 | 24 | 262 | 72 | 63 |
| Binary | 111011 | 11001011 | 11000101 | 1000111 | 0 | 11 | 10100 | 10110010 | 111010 | 110011 |
Color Harmonies of #3BCBC5
Complementary color
Monochromatic Colors of #3BCBC5
Black with #3BCBC5
Text Example
Text Example
White with #3BCBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCBC5; }
p { color: rgb(59,203,197); }
H1.HeaderClassName
{
color: #3BCBC5;
}
.AnyTagClassName
{
color: #3BCBC5;
}
</style>
background-color css
<style>
a { background-color: #3BCBC5; }
a { background-color: rgb(59,203,197); }
div.DivClassName
{
background-color: #3BCBC5;
}
.BgClassName
{
background-color: #3BCBC5;
}
</style>
border-color css
<style>
span { border-color: #3BCBC5; }
span { border-color: rgb(59,203,197); }
td.TdClassName
{
border-color: #3BCBC5;
}
.TagClassName
{
border-color: #3BCBC5;
}
</style>