Shades of Medium Turquoise #3BCCBB
Tints of Medium Turquoise #3BCCBB
RGB
CMYK
RGB Variations
Color information
#3BCCBB (or 0x3BCCBB) is known color: Medium Turquoise. HEX triplet: 3B, CC and BB. RGB value is (59,204,187). Sum of RGB (Red+Green+Blue) = 59+204+187=450 (59% of max value = 765). Red value is 59 (23.44% from 255 or 13.11% from 450); Green value is 204 (80.08% from 255 or 45.33% from 450); Blue value is 187 (73.44% from 255 or 41.56% from 450); Max value from RGB is 204 - color contains mainly: green. Hex color #3BCCBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BCCBB is #C43344. Grayscale: #9E9E9E. Windows color (decimal): -12858181 or 12307515. OLE color: 12307515.
HSL color Cylindrical-coordinate representation of color #3BCCBB: hue angle of 172.97º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3BCCBB is Cyan = 0.71, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 59 | 204 | 187 | - |
| CMYK | 0.71 | 0 | 0.08 | 0.2 |
| HSL | 172.97º | 0.59% | 0.52% | - |
| HSV(B) | 172.97º | 0.71% | 0.8% | - |
| XYZ | 32.37 | 47.7 | 54.52 | - |
| YUV | 158.71 | 143.96 | 56.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 204 | 187 | 0.71 | 0 | 0.08 | 0.2 | 172.97 | 0.59 | 0.52 |
| Hex | 3B | CC | BB | 47 | 0 | 8 | 14 | AD | 3B | 34 |
| Octal | 73 | 314 | 273 | 107 | 0 | 10 | 24 | 255 | 73 | 64 |
| Binary | 111011 | 11001100 | 10111011 | 1000111 | 0 | 1000 | 10100 | 10101101 | 111011 | 110100 |
Color Harmonies of #3BCCBB
Complementary color
Monochromatic Colors of #3BCCBB
Black with #3BCCBB
Text Example
Text Example
White with #3BCCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCCBB; }
p { color: rgb(59,204,187); }
H1.HeaderClassName
{
color: #3BCCBB;
}
.AnyTagClassName
{
color: #3BCCBB;
}
</style>
background-color css
<style>
a { background-color: #3BCCBB; }
a { background-color: rgb(59,204,187); }
div.DivClassName
{
background-color: #3BCCBB;
}
.BgClassName
{
background-color: #3BCCBB;
}
</style>
border-color css
<style>
span { border-color: #3BCCBB; }
span { border-color: rgb(59,204,187); }
td.TdClassName
{
border-color: #3BCCBB;
}
.TagClassName
{
border-color: #3BCCBB;
}
</style>