Shades of Turquoise #3BECBA
Tints of Turquoise #3BECBA
RGB
CMYK
RGB Variations
Color information
#3BECBA (or 0x3BECBA) is known color: Turquoise. HEX triplet: 3B, EC and BA. RGB value is (59,236,186). Sum of RGB (Red+Green+Blue) = 59+236+186=481 (63% of max value = 765). Red value is 59 (23.44% from 255 or 12.27% from 481); Green value is 236 (92.58% from 255 or 49.06% from 481); Blue value is 186 (73.05% from 255 or 38.67% from 481); Max value from RGB is 236 - color contains mainly: green. Hex color #3BECBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BECBA is #C41345. Grayscale: #B1B1B1. Windows color (decimal): -12849990 or 12250171. OLE color: 12250171.
HSL color Cylindrical-coordinate representation of color #3BECBA: hue angle of 163.05º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BECBA is Cyan = 0.75, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 59 | 236 | 186 | - |
| CMYK | 0.75 | 0 | 0.21 | 0.07 |
| HSL | 163.05º | 0.82% | 0.58% | - |
| HSV(B) | 163.05º | 0.75% | 0.93% | - |
| XYZ | 40.66 | 64.47 | 56.75 | - |
| YUV | 177.38 | 132.86 | 43.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 236 | 186 | 0.75 | 0 | 0.21 | 0.07 | 163.05 | 0.82 | 0.58 |
| Hex | 3B | EC | BA | 4B | 0 | 15 | 7 | A3 | 52 | 3A |
| Octal | 73 | 354 | 272 | 113 | 0 | 25 | 7 | 243 | 122 | 72 |
| Binary | 111011 | 11101100 | 10111010 | 1001011 | 0 | 10101 | 111 | 10100011 | 1010010 | 111010 |
Color Harmonies of #3BECBA
Complementary color
Monochromatic Colors of #3BECBA
Black with #3BECBA
Text Example
Text Example
White with #3BECBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BECBA; }
p { color: rgb(59,236,186); }
H1.HeaderClassName
{
color: #3BECBA;
}
.AnyTagClassName
{
color: #3BECBA;
}
</style>
background-color css
<style>
a { background-color: #3BECBA; }
a { background-color: rgb(59,236,186); }
div.DivClassName
{
background-color: #3BECBA;
}
.BgClassName
{
background-color: #3BECBA;
}
</style>
border-color css
<style>
span { border-color: #3BECBA; }
span { border-color: rgb(59,236,186); }
td.TdClassName
{
border-color: #3BECBA;
}
.TagClassName
{
border-color: #3BECBA;
}
</style>