Shades of Turquoise #3EFEDA
Tints of Turquoise #3EFEDA
RGB
CMYK
RGB Variations
Color information
#3EFEDA (or 0x3EFEDA) is known color: Turquoise. HEX triplet: 3E, FE and DA. RGB value is (62,254,218). Sum of RGB (Red+Green+Blue) = 62+254+218=534 (70% of max value = 765). Red value is 62 (24.61% from 255 or 11.61% from 534); Green value is 254 (99.61% from 255 or 47.57% from 534); Blue value is 218 (85.55% from 255 or 40.82% from 534); Max value from RGB is 254 - color contains mainly: green. Hex color #3EFEDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EFEDA is #C10125. Grayscale: #C0C0C0. Windows color (decimal): -12648742 or 14351934. OLE color: 14351934.
HSL color Cylindrical-coordinate representation of color #3EFEDA: hue angle of 168.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 #3EFEDA is Cyan = 0.76, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 62 | 254 | 218 | - |
| CMYK | 0.76 | 0 | 0.14 | 0.00 |
| HSL | 168.75º | 0.99% | 0.62% | - |
| HSV(B) | 168.75º | 0.76% | 1% | - |
| XYZ | 50.08 | 76.97 | 78.55 | - |
| YUV | 192.49 | 142.39 | 34.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 254 | 218 | 0.76 | 0 | 0.14 | 0.00 | 168.75 | 0.99 | 0.62 |
| Hex | 3E | FE | DA | 4C | 0 | E | 0 | A9 | 63 | 3E |
| Octal | 76 | 376 | 332 | 114 | 0 | 16 | 0 | 251 | 143 | 76 |
| Binary | 111110 | 11111110 | 11011010 | 1001100 | 0 | 1110 | 0 | 10101001 | 1100011 | 111110 |
Color Harmonies of #3EFEDA
Complementary color
Monochromatic Colors of #3EFEDA
Black with #3EFEDA
Text Example
Text Example
White with #3EFEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EFEDA; }
p { color: rgb(62,254,218); }
H1.HeaderClassName
{
color: #3EFEDA;
}
.AnyTagClassName
{
color: #3EFEDA;
}
</style>
background-color css
<style>
a { background-color: #3EFEDA; }
a { background-color: rgb(62,254,218); }
div.DivClassName
{
background-color: #3EFEDA;
}
.BgClassName
{
background-color: #3EFEDA;
}
</style>
border-color css
<style>
span { border-color: #3EFEDA; }
span { border-color: rgb(62,254,218); }
td.TdClassName
{
border-color: #3EFEDA;
}
.TagClassName
{
border-color: #3EFEDA;
}
</style>