Shades of Turquoise #3EFFBE
Tints of Turquoise #3EFFBE
RGB
CMYK
RGB Variations
Color information
#3EFFBE (or 0x3EFFBE) is known color: Turquoise. HEX triplet: 3E, FF and BE. RGB value is (62,255,190). Sum of RGB (Red+Green+Blue) = 62+255+190=507 (67% of max value = 765). Red value is 62 (24.61% from 255 or 12.23% from 507); Green value is 255 (100% from 255 or 50.30% from 507); Blue value is 190 (74.61% from 255 or 37.48% from 507); Max value from RGB is 255 - color contains mainly: green. Hex color #3EFFBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EFFBE is #C10041. Grayscale: #BDBDBD. Windows color (decimal): -12648514 or 12517182. OLE color: 12517182.
HSL color Cylindrical-coordinate representation of color #3EFFBE: hue angle of 159.79º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3EFFBE is Cyan = 0.76, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 62 | 255 | 190 | - |
| CMYK | 0.76 | 0 | 0.25 | 0 |
| HSL | 159.79º | 1% | 0.62% | - |
| HSV(B) | 159.79º | 0.76% | 1% | - |
| XYZ | 47.04 | 76.26 | 60.96 | - |
| YUV | 189.88 | 128.06 | 36.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 255 | 190 | 0.76 | 0 | 0.25 | 0 | 159.79 | 1 | 0.62 |
| Hex | 3E | FF | BE | 4C | 0 | 19 | 0 | A0 | 64 | 3E |
| Octal | 76 | 377 | 276 | 114 | 0 | 31 | 0 | 240 | 144 | 76 |
| Binary | 111110 | 11111111 | 10111110 | 1001100 | 0 | 11001 | 0 | 10100000 | 1100100 | 111110 |
Color Harmonies of #3EFFBE
Complementary color
Monochromatic Colors of #3EFFBE
Black with #3EFFBE
Text Example
Text Example
White with #3EFFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EFFBE; }
p { color: rgb(62,255,190); }
H1.HeaderClassName
{
color: #3EFFBE;
}
.AnyTagClassName
{
color: #3EFFBE;
}
</style>
background-color css
<style>
a { background-color: #3EFFBE; }
a { background-color: rgb(62,255,190); }
div.DivClassName
{
background-color: #3EFFBE;
}
.BgClassName
{
background-color: #3EFFBE;
}
</style>
border-color css
<style>
span { border-color: #3EFFBE; }
span { border-color: rgb(62,255,190); }
td.TdClassName
{
border-color: #3EFFBE;
}
.TagClassName
{
border-color: #3EFFBE;
}
</style>