Shades of Turquoise #3EFFDB
Tints of Turquoise #3EFFDB
RGB
CMYK
RGB Variations
Color information
#3EFFDB (or 0x3EFFDB) is known color: Turquoise. HEX triplet: 3E, FF and DB. RGB value is (62,255,219). Sum of RGB (Red+Green+Blue) = 62+255+219=536 (70% of max value = 765). Red value is 62 (24.61% from 255 or 11.57% from 536); Green value is 255 (100% from 255 or 47.57% from 536); Blue value is 219 (85.94% from 255 or 40.86% from 536); Max value from RGB is 255 - color contains mainly: green. Hex color #3EFFDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EFFDB is #C10024. Grayscale: #C1C1C1. Windows color (decimal): -12648485 or 14417726. OLE color: 14417726.
HSL color Cylindrical-coordinate representation of color #3EFFDB: hue angle of 168.81º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3EFFDB is Cyan = 0.76, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 62 | 255 | 219 | - |
| CMYK | 0.76 | 0 | 0.14 | 0 |
| HSL | 168.81º | 1% | 0.62% | - |
| HSV(B) | 168.81º | 0.76% | 1% | - |
| XYZ | 50.53 | 77.66 | 79.34 | - |
| YUV | 193.19 | 142.56 | 34.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 255 | 219 | 0.76 | 0 | 0.14 | 0 | 168.81 | 1 | 0.62 |
| Hex | 3E | FF | DB | 4C | 0 | E | 0 | A9 | 64 | 3E |
| Octal | 76 | 377 | 333 | 114 | 0 | 16 | 0 | 251 | 144 | 76 |
| Binary | 111110 | 11111111 | 11011011 | 1001100 | 0 | 1110 | 0 | 10101001 | 1100100 | 111110 |
Color Harmonies of #3EFFDB
Complementary color
Monochromatic Colors of #3EFFDB
Black with #3EFFDB
Text Example
Text Example
White with #3EFFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EFFDB; }
p { color: rgb(62,255,219); }
H1.HeaderClassName
{
color: #3EFFDB;
}
.AnyTagClassName
{
color: #3EFFDB;
}
</style>
background-color css
<style>
a { background-color: #3EFFDB; }
a { background-color: rgb(62,255,219); }
div.DivClassName
{
background-color: #3EFFDB;
}
.BgClassName
{
background-color: #3EFFDB;
}
</style>
border-color css
<style>
span { border-color: #3EFFDB; }
span { border-color: rgb(62,255,219); }
td.TdClassName
{
border-color: #3EFFDB;
}
.TagClassName
{
border-color: #3EFFDB;
}
</style>