Shades of Turquoise #3EFEBA
Tints of Turquoise #3EFEBA
RGB
CMYK
RGB Variations
Color information
#3EFEBA (or 0x3EFEBA) is known color: Turquoise. HEX triplet: 3E, FE and BA. RGB value is (62,254,186). Sum of RGB (Red+Green+Blue) = 62+254+186=502 (66% of max value = 765). Red value is 62 (24.61% from 255 or 12.35% from 502); Green value is 254 (99.61% from 255 or 50.60% from 502); Blue value is 186 (73.05% from 255 or 37.05% from 502); Max value from RGB is 254 - color contains mainly: green. Hex color #3EFEBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EFEBA is #C10145. Grayscale: #BCBCBC. Windows color (decimal): -12648774 or 12254782. OLE color: 12254782.
HSL color Cylindrical-coordinate representation of color #3EFEBA: hue angle of 158.75º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3EFEBA is Cyan = 0.76, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 62 | 254 | 186 | - |
| CMYK | 0.76 | 0 | 0.27 | 0.00 |
| HSL | 158.75º | 0.99% | 0.62% | - |
| HSV(B) | 158.75º | 0.76% | 1% | - |
| XYZ | 46.29 | 75.45 | 58.58 | - |
| YUV | 188.84 | 126.39 | 37.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 254 | 186 | 0.76 | 0 | 0.27 | 0.00 | 158.75 | 0.99 | 0.62 |
| Hex | 3E | FE | BA | 4C | 0 | 1B | 0 | 9F | 63 | 3E |
| Octal | 76 | 376 | 272 | 114 | 0 | 33 | 0 | 237 | 143 | 76 |
| Binary | 111110 | 11111110 | 10111010 | 1001100 | 0 | 11011 | 0 | 10011111 | 1100011 | 111110 |
Color Harmonies of #3EFEBA
Complementary color
Monochromatic Colors of #3EFEBA
Black with #3EFEBA
Text Example
Text Example
White with #3EFEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EFEBA; }
p { color: rgb(62,254,186); }
H1.HeaderClassName
{
color: #3EFEBA;
}
.AnyTagClassName
{
color: #3EFEBA;
}
</style>
background-color css
<style>
a { background-color: #3EFEBA; }
a { background-color: rgb(62,254,186); }
div.DivClassName
{
background-color: #3EFEBA;
}
.BgClassName
{
background-color: #3EFEBA;
}
</style>
border-color css
<style>
span { border-color: #3EFEBA; }
span { border-color: rgb(62,254,186); }
td.TdClassName
{
border-color: #3EFEBA;
}
.TagClassName
{
border-color: #3EFEBA;
}
</style>