Shades of Medium Turquoise #3BCBBE
Tints of Medium Turquoise #3BCBBE
RGB
CMYK
RGB Variations
Color information
#3BCBBE (or 0x3BCBBE) is known color: Medium Turquoise. HEX triplet: 3B, CB and BE. RGB value is (59,203,190). Sum of RGB (Red+Green+Blue) = 59+203+190=452 (59% of max value = 765). Red value is 59 (23.44% from 255 or 13.05% from 452); Green value is 203 (79.69% from 255 or 44.91% from 452); Blue value is 190 (74.61% from 255 or 42.04% from 452); Max value from RGB is 203 - color contains mainly: green. Hex color #3BCBBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BCBBE is #C43441. Grayscale: #9E9E9E. Windows color (decimal): -12858434 or 12503867. OLE color: 12503867.
HSL color Cylindrical-coordinate representation of color #3BCBBE: hue angle of 174.58º 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 #3BCBBE is Cyan = 0.71, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 59 | 203 | 190 | - |
| CMYK | 0.71 | 0 | 0.06 | 0.20 |
| HSL | 174.58º | 0.58% | 0.51% | - |
| HSV(B) | 174.58º | 0.71% | 0.8% | - |
| XYZ | 32.45 | 47.36 | 56.15 | - |
| YUV | 158.46 | 145.79 | 57.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 203 | 190 | 0.71 | 0 | 0.06 | 0.20 | 174.58 | 0.58 | 0.51 |
| Hex | 3B | CB | BE | 47 | 0 | 6 | 14 | AF | 3A | 33 |
| Octal | 73 | 313 | 276 | 107 | 0 | 6 | 24 | 257 | 72 | 63 |
| Binary | 111011 | 11001011 | 10111110 | 1000111 | 0 | 110 | 10100 | 10101111 | 111010 | 110011 |
Color Harmonies of #3BCBBE
Complementary color
Monochromatic Colors of #3BCBBE
Black with #3BCBBE
Text Example
Text Example
White with #3BCBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCBBE; }
p { color: rgb(59,203,190); }
H1.HeaderClassName
{
color: #3BCBBE;
}
.AnyTagClassName
{
color: #3BCBBE;
}
</style>
background-color css
<style>
a { background-color: #3BCBBE; }
a { background-color: rgb(59,203,190); }
div.DivClassName
{
background-color: #3BCBBE;
}
.BgClassName
{
background-color: #3BCBBE;
}
</style>
border-color css
<style>
span { border-color: #3BCBBE; }
span { border-color: rgb(59,203,190); }
td.TdClassName
{
border-color: #3BCBBE;
}
.TagClassName
{
border-color: #3BCBBE;
}
</style>