Shades of Turquoise #3EF7D6
Tints of Turquoise #3EF7D6
RGB
CMYK
RGB Variations
Color information
#3EF7D6 (or 0x3EF7D6) is known color: Turquoise. HEX triplet: 3E, F7 and D6. RGB value is (62,247,214). Sum of RGB (Red+Green+Blue) = 62+247+214=523 (69% of max value = 765). Red value is 62 (24.61% from 255 or 11.85% from 523); Green value is 247 (96.88% from 255 or 47.23% from 523); Blue value is 214 (83.98% from 255 or 40.92% from 523); Max value from RGB is 247 - color contains mainly: green. Hex color #3EF7D6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EF7D6 is #C10829. Grayscale: #BBBBBB. Windows color (decimal): -12650538 or 14087998. OLE color: 14087998.
HSL color Cylindrical-coordinate representation of color #3EF7D6: hue angle of 169.3º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3EF7D6 is Cyan = 0.75, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 62 | 247 | 214 | - |
| CMYK | 0.75 | 0 | 0.13 | 0.03 |
| HSL | 169.3º | 0.92% | 0.61% | - |
| HSV(B) | 169.3º | 0.75% | 0.97% | - |
| XYZ | 47.38 | 72.4 | 75.1 | - |
| YUV | 187.92 | 142.71 | 38.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 247 | 214 | 0.75 | 0 | 0.13 | 0.03 | 169.3 | 0.92 | 0.61 |
| Hex | 3E | F7 | D6 | 4B | 0 | D | 3 | A9 | 5C | 3D |
| Octal | 76 | 367 | 326 | 113 | 0 | 15 | 3 | 251 | 134 | 75 |
| Binary | 111110 | 11110111 | 11010110 | 1001011 | 0 | 1101 | 11 | 10101001 | 1011100 | 111101 |
Color Harmonies of #3EF7D6
Complementary color
Monochromatic Colors of #3EF7D6
Black with #3EF7D6
Text Example
Text Example
White with #3EF7D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EF7D6; }
p { color: rgb(62,247,214); }
H1.HeaderClassName
{
color: #3EF7D6;
}
.AnyTagClassName
{
color: #3EF7D6;
}
</style>
background-color css
<style>
a { background-color: #3EF7D6; }
a { background-color: rgb(62,247,214); }
div.DivClassName
{
background-color: #3EF7D6;
}
.BgClassName
{
background-color: #3EF7D6;
}
</style>
border-color css
<style>
span { border-color: #3EF7D6; }
span { border-color: rgb(62,247,214); }
td.TdClassName
{
border-color: #3EF7D6;
}
.TagClassName
{
border-color: #3EF7D6;
}
</style>