Shades of Turquoise #3BECBD
Tints of Turquoise #3BECBD
RGB
CMYK
RGB Variations
Color information
#3BECBD (or 0x3BECBD) is known color: Turquoise. HEX triplet: 3B, EC and BD. RGB value is (59,236,189). Sum of RGB (Red+Green+Blue) = 59+236+189=484 (64% of max value = 765). Red value is 59 (23.44% from 255 or 12.19% from 484); Green value is 236 (92.58% from 255 or 48.76% from 484); Blue value is 189 (74.22% from 255 or 39.05% from 484); Max value from RGB is 236 - color contains mainly: green. Hex color #3BECBD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BECBD is #C41342. Grayscale: #B1B1B1. Windows color (decimal): -12849987 or 12446779. OLE color: 12446779.
HSL color Cylindrical-coordinate representation of color #3BECBD: hue angle of 164.07º 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 #3BECBD is Cyan = 0.75, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 59 | 236 | 189 | - |
| CMYK | 0.75 | 0 | 0.20 | 0.07 |
| HSL | 164.07º | 0.82% | 0.58% | - |
| HSV(B) | 164.07º | 0.75% | 0.93% | - |
| XYZ | 40.98 | 64.59 | 58.45 | - |
| YUV | 177.72 | 134.36 | 43.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 236 | 189 | 0.75 | 0 | 0.20 | 0.07 | 164.07 | 0.82 | 0.58 |
| Hex | 3B | EC | BD | 4B | 0 | 14 | 7 | A4 | 52 | 3A |
| Octal | 73 | 354 | 275 | 113 | 0 | 24 | 7 | 244 | 122 | 72 |
| Binary | 111011 | 11101100 | 10111101 | 1001011 | 0 | 10100 | 111 | 10100100 | 1010010 | 111010 |
Color Harmonies of #3BECBD
Complementary color
Monochromatic Colors of #3BECBD
Black with #3BECBD
Text Example
Text Example
White with #3BECBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BECBD; }
p { color: rgb(59,236,189); }
H1.HeaderClassName
{
color: #3BECBD;
}
.AnyTagClassName
{
color: #3BECBD;
}
</style>
background-color css
<style>
a { background-color: #3BECBD; }
a { background-color: rgb(59,236,189); }
div.DivClassName
{
background-color: #3BECBD;
}
.BgClassName
{
background-color: #3BECBD;
}
</style>
border-color css
<style>
span { border-color: #3BECBD; }
span { border-color: rgb(59,236,189); }
td.TdClassName
{
border-color: #3BECBD;
}
.TagClassName
{
border-color: #3BECBD;
}
</style>