Shades of Turquoise #3EFEDB
Tints of Turquoise #3EFEDB
RGB
CMYK
RGB Variations
Color information
#3EFEDB (or 0x3EFEDB) is known color: Turquoise. HEX triplet: 3E, FE and DB. RGB value is (62,254,219). Sum of RGB (Red+Green+Blue) = 62+254+219=535 (70% of max value = 765). Red value is 62 (24.61% from 255 or 11.59% from 535); Green value is 254 (99.61% from 255 or 47.48% from 535); Blue value is 219 (85.94% from 255 or 40.93% from 535); Max value from RGB is 254 - color contains mainly: green. Hex color #3EFEDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EFEDB is #C10124. Grayscale: #C0C0C0. Windows color (decimal): -12648741 or 14417470. OLE color: 14417470.
HSL color Cylindrical-coordinate representation of color #3EFEDB: hue angle of 169.06º 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 #3EFEDB is Cyan = 0.76, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 62 | 254 | 219 | - |
| CMYK | 0.76 | 0 | 0.14 | 0.00 |
| HSL | 169.06º | 0.99% | 0.62% | - |
| HSV(B) | 169.06º | 0.76% | 1% | - |
| XYZ | 50.21 | 77.02 | 79.24 | - |
| YUV | 192.6 | 142.89 | 34.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 254 | 219 | 0.76 | 0 | 0.14 | 0.00 | 169.06 | 0.99 | 0.62 |
| Hex | 3E | FE | DB | 4C | 0 | E | 0 | A9 | 63 | 3E |
| Octal | 76 | 376 | 333 | 114 | 0 | 16 | 0 | 251 | 143 | 76 |
| Binary | 111110 | 11111110 | 11011011 | 1001100 | 0 | 1110 | 0 | 10101001 | 1100011 | 111110 |
Color Harmonies of #3EFEDB
Complementary color
Monochromatic Colors of #3EFEDB
Black with #3EFEDB
Text Example
Text Example
White with #3EFEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EFEDB; }
p { color: rgb(62,254,219); }
H1.HeaderClassName
{
color: #3EFEDB;
}
.AnyTagClassName
{
color: #3EFEDB;
}
</style>
background-color css
<style>
a { background-color: #3EFEDB; }
a { background-color: rgb(62,254,219); }
div.DivClassName
{
background-color: #3EFEDB;
}
.BgClassName
{
background-color: #3EFEDB;
}
</style>
border-color css
<style>
span { border-color: #3EFEDB; }
span { border-color: rgb(62,254,219); }
td.TdClassName
{
border-color: #3EFEDB;
}
.TagClassName
{
border-color: #3EFEDB;
}
</style>