Shades of Turquoise #3EF9DB
Tints of Turquoise #3EF9DB
RGB
CMYK
RGB Variations
Color information
#3EF9DB (or 0x3EF9DB) is known color: Turquoise. HEX triplet: 3E, F9 and DB. RGB value is (62,249,219). Sum of RGB (Red+Green+Blue) = 62+249+219=530 (70% of max value = 765). Red value is 62 (24.61% from 255 or 11.70% from 530); Green value is 249 (97.66% from 255 or 46.98% from 530); Blue value is 219 (85.94% from 255 or 41.32% from 530); Max value from RGB is 249 - color contains mainly: green. Hex color #3EF9DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EF9DB is #C10624. Grayscale: #BDBDBD. Windows color (decimal): -12650021 or 14416190. OLE color: 14416190.
HSL color Cylindrical-coordinate representation of color #3EF9DB: hue angle of 170.37º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3EF9DB is Cyan = 0.75, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 62 | 249 | 219 | - |
| CMYK | 0.75 | 0 | 0.12 | 0.02 |
| HSL | 170.37º | 0.94% | 0.61% | - |
| HSV(B) | 170.37º | 0.75% | 0.98% | - |
| XYZ | 48.65 | 73.89 | 78.72 | - |
| YUV | 189.67 | 144.55 | 36.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 249 | 219 | 0.75 | 0 | 0.12 | 0.02 | 170.37 | 0.94 | 0.61 |
| Hex | 3E | F9 | DB | 4B | 0 | C | 2 | AA | 5E | 3D |
| Octal | 76 | 371 | 333 | 113 | 0 | 14 | 2 | 252 | 136 | 75 |
| Binary | 111110 | 11111001 | 11011011 | 1001011 | 0 | 1100 | 10 | 10101010 | 1011110 | 111101 |
Color Harmonies of #3EF9DB
Complementary color
Monochromatic Colors of #3EF9DB
Black with #3EF9DB
Text Example
Text Example
White with #3EF9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EF9DB; }
p { color: rgb(62,249,219); }
H1.HeaderClassName
{
color: #3EF9DB;
}
.AnyTagClassName
{
color: #3EF9DB;
}
</style>
background-color css
<style>
a { background-color: #3EF9DB; }
a { background-color: rgb(62,249,219); }
div.DivClassName
{
background-color: #3EF9DB;
}
.BgClassName
{
background-color: #3EF9DB;
}
</style>
border-color css
<style>
span { border-color: #3EF9DB; }
span { border-color: rgb(62,249,219); }
td.TdClassName
{
border-color: #3EF9DB;
}
.TagClassName
{
border-color: #3EF9DB;
}
</style>