Shades of Turquoise #3EE9BF
Tints of Turquoise #3EE9BF
RGB
CMYK
RGB Variations
Color information
#3EE9BF (or 0x3EE9BF) is known color: Turquoise. HEX triplet: 3E, E9 and BF. RGB value is (62,233,191). Sum of RGB (Red+Green+Blue) = 62+233+191=486 (64% of max value = 765). Red value is 62 (24.61% from 255 or 12.76% from 486); Green value is 233 (91.41% from 255 or 47.94% from 486); Blue value is 191 (75% from 255 or 39.30% from 486); Max value from RGB is 233 - color contains mainly: green. Hex color #3EE9BF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EE9BF is #C11640. Grayscale: #B1B1B1. Windows color (decimal): -12654145 or 12577086. OLE color: 12577086.
HSL color Cylindrical-coordinate representation of color #3EE9BF: hue angle of 165.26º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3EE9BF is Cyan = 0.73, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 62 | 233 | 191 | - |
| CMYK | 0.73 | 0 | 0.18 | 0.09 |
| HSL | 165.26º | 0.8% | 0.58% | - |
| HSV(B) | 165.26º | 0.73% | 0.91% | - |
| XYZ | 40.53 | 63.06 | 59.33 | - |
| YUV | 177.08 | 135.85 | 45.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 233 | 191 | 0.73 | 0 | 0.18 | 0.09 | 165.26 | 0.8 | 0.58 |
| Hex | 3E | E9 | BF | 49 | 0 | 12 | 9 | A5 | 50 | 3A |
| Octal | 76 | 351 | 277 | 111 | 0 | 22 | 11 | 245 | 120 | 72 |
| Binary | 111110 | 11101001 | 10111111 | 1001001 | 0 | 10010 | 1001 | 10100101 | 1010000 | 111010 |
Color Harmonies of #3EE9BF
Complementary color
Monochromatic Colors of #3EE9BF
Black with #3EE9BF
Text Example
Text Example
White with #3EE9BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EE9BF; }
p { color: rgb(62,233,191); }
H1.HeaderClassName
{
color: #3EE9BF;
}
.AnyTagClassName
{
color: #3EE9BF;
}
</style>
background-color css
<style>
a { background-color: #3EE9BF; }
a { background-color: rgb(62,233,191); }
div.DivClassName
{
background-color: #3EE9BF;
}
.BgClassName
{
background-color: #3EE9BF;
}
</style>
border-color css
<style>
span { border-color: #3EE9BF; }
span { border-color: rgb(62,233,191); }
td.TdClassName
{
border-color: #3EE9BF;
}
.TagClassName
{
border-color: #3EE9BF;
}
</style>