Shades of Turquoise #3EF6D9
Tints of Turquoise #3EF6D9
RGB
CMYK
RGB Variations
Color information
#3EF6D9 (or 0x3EF6D9) is known color: Turquoise. HEX triplet: 3E, F6 and D9. RGB value is (62,246,217). Sum of RGB (Red+Green+Blue) = 62+246+217=525 (69% of max value = 765). Red value is 62 (24.61% from 255 or 11.81% from 525); Green value is 246 (96.48% from 255 or 46.86% from 525); Blue value is 217 (85.16% from 255 or 41.33% from 525); Max value from RGB is 246 - color contains mainly: green. Hex color #3EF6D9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EF6D9 is #C10926. Grayscale: #BBBBBB. Windows color (decimal): -12650791 or 14284350. OLE color: 14284350.
HSL color Cylindrical-coordinate representation of color #3EF6D9: hue angle of 170.54º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3EF6D9 is Cyan = 0.75, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 62 | 246 | 217 | - |
| CMYK | 0.75 | 0 | 0.12 | 0.04 |
| HSL | 170.54º | 0.91% | 0.6% | - |
| HSV(B) | 170.54º | 0.75% | 0.96% | - |
| XYZ | 47.47 | 71.95 | 77.03 | - |
| YUV | 187.68 | 144.54 | 38.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 246 | 217 | 0.75 | 0 | 0.12 | 0.04 | 170.54 | 0.91 | 0.6 |
| Hex | 3E | F6 | D9 | 4B | 0 | C | 4 | AB | 5B | 3C |
| Octal | 76 | 366 | 331 | 113 | 0 | 14 | 4 | 253 | 133 | 74 |
| Binary | 111110 | 11110110 | 11011001 | 1001011 | 0 | 1100 | 100 | 10101011 | 1011011 | 111100 |
Color Harmonies of #3EF6D9
Complementary color
Monochromatic Colors of #3EF6D9
Black with #3EF6D9
Text Example
Text Example
White with #3EF6D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EF6D9; }
p { color: rgb(62,246,217); }
H1.HeaderClassName
{
color: #3EF6D9;
}
.AnyTagClassName
{
color: #3EF6D9;
}
</style>
background-color css
<style>
a { background-color: #3EF6D9; }
a { background-color: rgb(62,246,217); }
div.DivClassName
{
background-color: #3EF6D9;
}
.BgClassName
{
background-color: #3EF6D9;
}
</style>
border-color css
<style>
span { border-color: #3EF6D9; }
span { border-color: rgb(62,246,217); }
td.TdClassName
{
border-color: #3EF6D9;
}
.TagClassName
{
border-color: #3EF6D9;
}
</style>