Shades of Turquoise #3EE2DB
Tints of Turquoise #3EE2DB
RGB
CMYK
RGB Variations
Color information
#3EE2DB (or 0x3EE2DB) is known color: Turquoise. HEX triplet: 3E, E2 and DB. RGB value is (62,226,219). Sum of RGB (Red+Green+Blue) = 62+226+219=507 (67% of max value = 765). Red value is 62 (24.61% from 255 or 12.23% from 507); Green value is 226 (88.67% from 255 or 44.58% from 507); Blue value is 219 (85.94% from 255 or 43.20% from 507); Max value from RGB is 226 - color contains mainly: green. Hex color #3EE2DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EE2DB is #C11D24. Grayscale: #B0B0B0. Windows color (decimal): -12655909 or 14410302. OLE color: 14410302.
HSL color Cylindrical-coordinate representation of color #3EE2DB: hue angle of 177.44º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3EE2DB is Cyan = 0.73, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 62 | 226 | 219 | - |
| CMYK | 0.73 | 0 | 0.03 | 0.11 |
| HSL | 177.44º | 0.74% | 0.56% | - |
| HSV(B) | 177.44º | 0.73% | 0.89% | - |
| XYZ | 41.97 | 60.53 | 76.49 | - |
| YUV | 176.17 | 152.17 | 46.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 226 | 219 | 0.73 | 0 | 0.03 | 0.11 | 177.44 | 0.74 | 0.56 |
| Hex | 3E | E2 | DB | 49 | 0 | 3 | B | B1 | 4A | 38 |
| Octal | 76 | 342 | 333 | 111 | 0 | 3 | 13 | 261 | 112 | 70 |
| Binary | 111110 | 11100010 | 11011011 | 1001001 | 0 | 11 | 1011 | 10110001 | 1001010 | 111000 |
Color Harmonies of #3EE2DB
Complementary color
Monochromatic Colors of #3EE2DB
Black with #3EE2DB
Text Example
Text Example
White with #3EE2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EE2DB; }
p { color: rgb(62,226,219); }
H1.HeaderClassName
{
color: #3EE2DB;
}
.AnyTagClassName
{
color: #3EE2DB;
}
</style>
background-color css
<style>
a { background-color: #3EE2DB; }
a { background-color: rgb(62,226,219); }
div.DivClassName
{
background-color: #3EE2DB;
}
.BgClassName
{
background-color: #3EE2DB;
}
</style>
border-color css
<style>
span { border-color: #3EE2DB; }
span { border-color: rgb(62,226,219); }
td.TdClassName
{
border-color: #3EE2DB;
}
.TagClassName
{
border-color: #3EE2DB;
}
</style>