Shades of Turquoise #3EEBBC
Tints of Turquoise #3EEBBC
RGB
CMYK
RGB Variations
Color information
#3EEBBC (or 0x3EEBBC) is known color: Turquoise. HEX triplet: 3E, EB and BC. RGB value is (62,235,188). Sum of RGB (Red+Green+Blue) = 62+235+188=485 (64% of max value = 765). Red value is 62 (24.61% from 255 or 12.78% from 485); Green value is 235 (92.19% from 255 or 48.45% from 485); Blue value is 188 (73.83% from 255 or 38.76% from 485); Max value from RGB is 235 - color contains mainly: green. Hex color #3EEBBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EEBBC is #C11443. Grayscale: #B1B1B1. Windows color (decimal): -12653636 or 12380990. OLE color: 12380990.
HSL color Cylindrical-coordinate representation of color #3EEBBC: hue angle of 163.7º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3EEBBC is Cyan = 0.74, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 62 | 235 | 188 | - |
| CMYK | 0.74 | 0 | 0.2 | 0.08 |
| HSL | 163.7º | 0.81% | 0.58% | - |
| HSV(B) | 163.7º | 0.74% | 0.92% | - |
| XYZ | 40.77 | 64.07 | 57.8 | - |
| YUV | 177.92 | 133.69 | 45.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 235 | 188 | 0.74 | 0 | 0.2 | 0.08 | 163.7 | 0.81 | 0.58 |
| Hex | 3E | EB | BC | 4A | 0 | 14 | 8 | A4 | 51 | 3A |
| Octal | 76 | 353 | 274 | 112 | 0 | 24 | 10 | 244 | 121 | 72 |
| Binary | 111110 | 11101011 | 10111100 | 1001010 | 0 | 10100 | 1000 | 10100100 | 1010001 | 111010 |
Color Harmonies of #3EEBBC
Complementary color
Monochromatic Colors of #3EEBBC
Black with #3EEBBC
Text Example
Text Example
White with #3EEBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EEBBC; }
p { color: rgb(62,235,188); }
H1.HeaderClassName
{
color: #3EEBBC;
}
.AnyTagClassName
{
color: #3EEBBC;
}
</style>
background-color css
<style>
a { background-color: #3EEBBC; }
a { background-color: rgb(62,235,188); }
div.DivClassName
{
background-color: #3EEBBC;
}
.BgClassName
{
background-color: #3EEBBC;
}
</style>
border-color css
<style>
span { border-color: #3EEBBC; }
span { border-color: rgb(62,235,188); }
td.TdClassName
{
border-color: #3EEBBC;
}
.TagClassName
{
border-color: #3EEBBC;
}
</style>