Shades of Turquoise #3EFDBE
Tints of Turquoise #3EFDBE
RGB
CMYK
RGB Variations
Color information
#3EFDBE (or 0x3EFDBE) is known color: Turquoise. HEX triplet: 3E, FD and BE. RGB value is (62,253,190). Sum of RGB (Red+Green+Blue) = 62+253+190=505 (66% of max value = 765). Red value is 62 (24.61% from 255 or 12.28% from 505); Green value is 253 (99.22% from 255 or 50.10% from 505); Blue value is 190 (74.61% from 255 or 37.62% from 505); Max value from RGB is 253 - color contains mainly: green. Hex color #3EFDBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EFDBE is #C10241. Grayscale: #BCBCBC. Windows color (decimal): -12649026 or 12516670. OLE color: 12516670.
HSL color Cylindrical-coordinate representation of color #3EFDBE: hue angle of 160.21º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3EFDBE is Cyan = 0.75, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 62 | 253 | 190 | - |
| CMYK | 0.75 | 0 | 0.25 | 0.01 |
| HSL | 160.21º | 0.98% | 0.62% | - |
| HSV(B) | 160.21º | 0.75% | 0.99% | - |
| XYZ | 46.41 | 74.99 | 60.74 | - |
| YUV | 188.71 | 128.72 | 37.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 253 | 190 | 0.75 | 0 | 0.25 | 0.01 | 160.21 | 0.98 | 0.62 |
| Hex | 3E | FD | BE | 4B | 0 | 19 | 1 | A0 | 62 | 3E |
| Octal | 76 | 375 | 276 | 113 | 0 | 31 | 1 | 240 | 142 | 76 |
| Binary | 111110 | 11111101 | 10111110 | 1001011 | 0 | 11001 | 1 | 10100000 | 1100010 | 111110 |
Color Harmonies of #3EFDBE
Complementary color
Monochromatic Colors of #3EFDBE
Black with #3EFDBE
Text Example
Text Example
White with #3EFDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EFDBE; }
p { color: rgb(62,253,190); }
H1.HeaderClassName
{
color: #3EFDBE;
}
.AnyTagClassName
{
color: #3EFDBE;
}
</style>
background-color css
<style>
a { background-color: #3EFDBE; }
a { background-color: rgb(62,253,190); }
div.DivClassName
{
background-color: #3EFDBE;
}
.BgClassName
{
background-color: #3EFDBE;
}
</style>
border-color css
<style>
span { border-color: #3EFDBE; }
span { border-color: rgb(62,253,190); }
td.TdClassName
{
border-color: #3EFDBE;
}
.TagClassName
{
border-color: #3EFDBE;
}
</style>