Shades of Turquoise #3EF0DB
Tints of Turquoise #3EF0DB
RGB
CMYK
RGB Variations
Color information
#3EF0DB (or 0x3EF0DB) is known color: Turquoise. HEX triplet: 3E, F0 and DB. RGB value is (62,240,219). Sum of RGB (Red+Green+Blue) = 62+240+219=521 (69% of max value = 765). Red value is 62 (24.61% from 255 or 11.90% from 521); Green value is 240 (94.14% from 255 or 46.07% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 240 - color contains mainly: green. Hex color #3EF0DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EF0DB is #C10F24. Grayscale: #B8B8B8. Windows color (decimal): -12652325 or 14413886. OLE color: 14413886.
HSL color Cylindrical-coordinate representation of color #3EF0DB: hue angle of 172.92º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3EF0DB is Cyan = 0.74, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 62 | 240 | 219 | - |
| CMYK | 0.74 | 0 | 0.09 | 0.06 |
| HSL | 172.92º | 0.86% | 0.59% | - |
| HSV(B) | 172.92º | 0.74% | 0.94% | - |
| XYZ | 45.93 | 68.46 | 77.81 | - |
| YUV | 184.38 | 147.53 | 40.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 240 | 219 | 0.74 | 0 | 0.09 | 0.06 | 172.92 | 0.86 | 0.59 |
| Hex | 3E | F0 | DB | 4A | 0 | 9 | 6 | AD | 56 | 3B |
| Octal | 76 | 360 | 333 | 112 | 0 | 11 | 6 | 255 | 126 | 73 |
| Binary | 111110 | 11110000 | 11011011 | 1001010 | 0 | 1001 | 110 | 10101101 | 1010110 | 111011 |
Color Harmonies of #3EF0DB
Complementary color
Monochromatic Colors of #3EF0DB
Black with #3EF0DB
Text Example
Text Example
White with #3EF0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EF0DB; }
p { color: rgb(62,240,219); }
H1.HeaderClassName
{
color: #3EF0DB;
}
.AnyTagClassName
{
color: #3EF0DB;
}
</style>
background-color css
<style>
a { background-color: #3EF0DB; }
a { background-color: rgb(62,240,219); }
div.DivClassName
{
background-color: #3EF0DB;
}
.BgClassName
{
background-color: #3EF0DB;
}
</style>
border-color css
<style>
span { border-color: #3EF0DB; }
span { border-color: rgb(62,240,219); }
td.TdClassName
{
border-color: #3EF0DB;
}
.TagClassName
{
border-color: #3EF0DB;
}
</style>