Shades of Turquoise #3EEBBA
Tints of Turquoise #3EEBBA
RGB
CMYK
RGB Variations
Color information
#3EEBBA (or 0x3EEBBA) is known color: Turquoise. HEX triplet: 3E, EB and BA. RGB value is (62,235,186). Sum of RGB (Red+Green+Blue) = 62+235+186=483 (63% of max value = 765). Red value is 62 (24.61% from 255 or 12.84% from 483); Green value is 235 (92.19% from 255 or 48.65% from 483); Blue value is 186 (73.05% from 255 or 38.51% from 483); Max value from RGB is 235 - color contains mainly: green. Hex color #3EEBBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EEBBA is #C11445. Grayscale: #B1B1B1. Windows color (decimal): -12653638 or 12249918. OLE color: 12249918.
HSL color Cylindrical-coordinate representation of color #3EEBBA: hue angle of 163.01º 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 #3EEBBA is Cyan = 0.74, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 62 | 235 | 186 | - |
| CMYK | 0.74 | 0 | 0.21 | 0.08 |
| HSL | 163.01º | 0.81% | 0.58% | - |
| HSV(B) | 163.01º | 0.74% | 0.92% | - |
| XYZ | 40.56 | 63.99 | 56.67 | - |
| YUV | 177.69 | 132.69 | 45.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 235 | 186 | 0.74 | 0 | 0.21 | 0.08 | 163.01 | 0.81 | 0.58 |
| Hex | 3E | EB | BA | 4A | 0 | 15 | 8 | A3 | 51 | 3A |
| Octal | 76 | 353 | 272 | 112 | 0 | 25 | 10 | 243 | 121 | 72 |
| Binary | 111110 | 11101011 | 10111010 | 1001010 | 0 | 10101 | 1000 | 10100011 | 1010001 | 111010 |
Color Harmonies of #3EEBBA
Complementary color
Monochromatic Colors of #3EEBBA
Black with #3EEBBA
Text Example
Text Example
White with #3EEBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EEBBA; }
p { color: rgb(62,235,186); }
H1.HeaderClassName
{
color: #3EEBBA;
}
.AnyTagClassName
{
color: #3EEBBA;
}
</style>
background-color css
<style>
a { background-color: #3EEBBA; }
a { background-color: rgb(62,235,186); }
div.DivClassName
{
background-color: #3EEBBA;
}
.BgClassName
{
background-color: #3EEBBA;
}
</style>
border-color css
<style>
span { border-color: #3EEBBA; }
span { border-color: rgb(62,235,186); }
td.TdClassName
{
border-color: #3EEBBA;
}
.TagClassName
{
border-color: #3EEBBA;
}
</style>