Shades of Turquoise #3BEBBC
Tints of Turquoise #3BEBBC
RGB
CMYK
RGB Variations
Color information
#3BEBBC (or 0x3BEBBC) is known color: Turquoise. HEX triplet: 3B, EB and BC. RGB value is (59,235,188). Sum of RGB (Red+Green+Blue) = 59+235+188=482 (63% of max value = 765). Red value is 59 (23.44% from 255 or 12.24% from 482); Green value is 235 (92.19% from 255 or 48.76% from 482); Blue value is 188 (73.83% from 255 or 39.00% from 482); Max value from RGB is 235 - color contains mainly: green. Hex color #3BEBBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BEBBC is #C41443. Grayscale: #B1B1B1. Windows color (decimal): -12850244 or 12380987. OLE color: 12380987.
HSL color Cylindrical-coordinate representation of color #3BEBBC: hue angle of 163.98º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BEBBC is Cyan = 0.75, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 59 | 235 | 188 | - |
| CMYK | 0.75 | 0 | 0.2 | 0.08 |
| HSL | 163.98º | 0.81% | 0.58% | - |
| HSV(B) | 163.98º | 0.75% | 0.92% | - |
| XYZ | 40.59 | 63.98 | 57.79 | - |
| YUV | 177.02 | 134.19 | 43.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 235 | 188 | 0.75 | 0 | 0.2 | 0.08 | 163.98 | 0.81 | 0.58 |
| Hex | 3B | EB | BC | 4B | 0 | 14 | 8 | A4 | 51 | 3A |
| Octal | 73 | 353 | 274 | 113 | 0 | 24 | 10 | 244 | 121 | 72 |
| Binary | 111011 | 11101011 | 10111100 | 1001011 | 0 | 10100 | 1000 | 10100100 | 1010001 | 111010 |
Color Harmonies of #3BEBBC
Complementary color
Monochromatic Colors of #3BEBBC
Black with #3BEBBC
Text Example
Text Example
White with #3BEBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BEBBC; }
p { color: rgb(59,235,188); }
H1.HeaderClassName
{
color: #3BEBBC;
}
.AnyTagClassName
{
color: #3BEBBC;
}
</style>
background-color css
<style>
a { background-color: #3BEBBC; }
a { background-color: rgb(59,235,188); }
div.DivClassName
{
background-color: #3BEBBC;
}
.BgClassName
{
background-color: #3BEBBC;
}
</style>
border-color css
<style>
span { border-color: #3BEBBC; }
span { border-color: rgb(59,235,188); }
td.TdClassName
{
border-color: #3BEBBC;
}
.TagClassName
{
border-color: #3BEBBC;
}
</style>