Shades of Medium Turquoise #3BC8CB
Tints of Medium Turquoise #3BC8CB
RGB
CMYK
RGB Variations
Color information
#3BC8CB (or 0x3BC8CB) is known color: Medium Turquoise. HEX triplet: 3B, C8 and CB. RGB value is (59,200,203). Sum of RGB (Red+Green+Blue) = 59+200+203=462 (61% of max value = 765). Red value is 59 (23.44% from 255 or 12.77% from 462); Green value is 200 (78.52% from 255 or 43.29% from 462); Blue value is 203 (79.69% from 255 or 43.94% from 462); Max value from RGB is 203 - color contains mainly: blue. Hex color #3BC8CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BC8CB is #C43734. Grayscale: #9E9E9E. Windows color (decimal): -12859189 or 13355067. OLE color: 13355067.
HSL color Cylindrical-coordinate representation of color #3BC8CB: hue angle of 181.25º 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 #3BC8CB is Cyan = 0.71, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 59 | 200 | 203 | - |
| CMYK | 0.71 | 0.01 | 0 | 0.20 |
| HSL | 181.25º | 0.58% | 0.51% | - |
| HSV(B) | 181.25º | 0.71% | 0.8% | - |
| XYZ | 33.24 | 46.55 | 63.73 | - |
| YUV | 158.18 | 153.29 | 57.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 200 | 203 | 0.71 | 0.01 | 0 | 0.20 | 181.25 | 0.58 | 0.51 |
| Hex | 3B | C8 | CB | 47 | 1 | 0 | 14 | B5 | 3A | 33 |
| Octal | 73 | 310 | 313 | 107 | 1 | 0 | 24 | 265 | 72 | 63 |
| Binary | 111011 | 11001000 | 11001011 | 1000111 | 1 | 0 | 10100 | 10110101 | 111010 | 110011 |
Color Harmonies of #3BC8CB
Complementary color
Monochromatic Colors of #3BC8CB
Black with #3BC8CB
Text Example
Text Example
White with #3BC8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC8CB; }
p { color: rgb(59,200,203); }
H1.HeaderClassName
{
color: #3BC8CB;
}
.AnyTagClassName
{
color: #3BC8CB;
}
</style>
background-color css
<style>
a { background-color: #3BC8CB; }
a { background-color: rgb(59,200,203); }
div.DivClassName
{
background-color: #3BC8CB;
}
.BgClassName
{
background-color: #3BC8CB;
}
</style>
border-color css
<style>
span { border-color: #3BC8CB; }
span { border-color: rgb(59,200,203); }
td.TdClassName
{
border-color: #3BC8CB;
}
.TagClassName
{
border-color: #3BC8CB;
}
</style>