Shades of Turquoise #3EE9DB
Tints of Turquoise #3EE9DB
RGB
CMYK
RGB Variations
Color information
#3EE9DB (or 0x3EE9DB) is known color: Turquoise. HEX triplet: 3E, E9 and DB. RGB value is (62,233,219). Sum of RGB (Red+Green+Blue) = 62+233+219=514 (68% of max value = 765). Red value is 62 (24.61% from 255 or 12.06% from 514); Green value is 233 (91.41% from 255 or 45.33% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 233 - color contains mainly: green. Hex color #3EE9DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EE9DB is #C11624. Grayscale: #B4B4B4. Windows color (decimal): -12654117 or 14412094. OLE color: 14412094.
HSL color Cylindrical-coordinate representation of color #3EE9DB: hue angle of 175.09º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3EE9DB is Cyan = 0.73, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 62 | 233 | 219 | - |
| CMYK | 0.73 | 0 | 0.06 | 0.09 |
| HSL | 175.09º | 0.8% | 0.58% | - |
| HSV(B) | 175.09º | 0.73% | 0.91% | - |
| XYZ | 43.91 | 64.42 | 77.14 | - |
| YUV | 180.28 | 149.85 | 43.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 233 | 219 | 0.73 | 0 | 0.06 | 0.09 | 175.09 | 0.8 | 0.58 |
| Hex | 3E | E9 | DB | 49 | 0 | 6 | 9 | AF | 50 | 3A |
| Octal | 76 | 351 | 333 | 111 | 0 | 6 | 11 | 257 | 120 | 72 |
| Binary | 111110 | 11101001 | 11011011 | 1001001 | 0 | 110 | 1001 | 10101111 | 1010000 | 111010 |
Color Harmonies of #3EE9DB
Complementary color
Monochromatic Colors of #3EE9DB
Black with #3EE9DB
Text Example
Text Example
White with #3EE9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EE9DB; }
p { color: rgb(62,233,219); }
H1.HeaderClassName
{
color: #3EE9DB;
}
.AnyTagClassName
{
color: #3EE9DB;
}
</style>
background-color css
<style>
a { background-color: #3EE9DB; }
a { background-color: rgb(62,233,219); }
div.DivClassName
{
background-color: #3EE9DB;
}
.BgClassName
{
background-color: #3EE9DB;
}
</style>
border-color css
<style>
span { border-color: #3EE9DB; }
span { border-color: rgb(62,233,219); }
td.TdClassName
{
border-color: #3EE9DB;
}
.TagClassName
{
border-color: #3EE9DB;
}
</style>