Shades of Turquoise #3EEFBA
Tints of Turquoise #3EEFBA
RGB
CMYK
RGB Variations
Color information
#3EEFBA (or 0x3EEFBA) is known color: Turquoise. HEX triplet: 3E, EF and BA. RGB value is (62,239,186). Sum of RGB (Red+Green+Blue) = 62+239+186=487 (64% of max value = 765). Red value is 62 (24.61% from 255 or 12.73% from 487); Green value is 239 (93.75% from 255 or 49.08% from 487); Blue value is 186 (73.05% from 255 or 38.19% from 487); Max value from RGB is 239 - color contains mainly: green. Hex color #3EEFBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EEFBA is #C11045. Grayscale: #B4B4B4. Windows color (decimal): -12652614 or 12250942. OLE color: 12250942.
HSL color Cylindrical-coordinate representation of color #3EEFBA: hue angle of 162.03º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3EEFBA is Cyan = 0.74, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 62 | 239 | 186 | - |
| CMYK | 0.74 | 0 | 0.22 | 0.06 |
| HSL | 162.03º | 0.85% | 0.59% | - |
| HSV(B) | 162.03º | 0.74% | 0.94% | - |
| XYZ | 41.72 | 66.3 | 57.05 | - |
| YUV | 180.04 | 131.36 | 43.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 239 | 186 | 0.74 | 0 | 0.22 | 0.06 | 162.03 | 0.85 | 0.59 |
| Hex | 3E | EF | BA | 4A | 0 | 16 | 6 | A2 | 55 | 3B |
| Octal | 76 | 357 | 272 | 112 | 0 | 26 | 6 | 242 | 125 | 73 |
| Binary | 111110 | 11101111 | 10111010 | 1001010 | 0 | 10110 | 110 | 10100010 | 1010101 | 111011 |
Color Harmonies of #3EEFBA
Complementary color
Monochromatic Colors of #3EEFBA
Black with #3EEFBA
Text Example
Text Example
White with #3EEFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EEFBA; }
p { color: rgb(62,239,186); }
H1.HeaderClassName
{
color: #3EEFBA;
}
.AnyTagClassName
{
color: #3EEFBA;
}
</style>
background-color css
<style>
a { background-color: #3EEFBA; }
a { background-color: rgb(62,239,186); }
div.DivClassName
{
background-color: #3EEFBA;
}
.BgClassName
{
background-color: #3EEFBA;
}
</style>
border-color css
<style>
span { border-color: #3EEFBA; }
span { border-color: rgb(62,239,186); }
td.TdClassName
{
border-color: #3EEFBA;
}
.TagClassName
{
border-color: #3EEFBA;
}
</style>