Shades of Turquoise #3EF1D7
Tints of Turquoise #3EF1D7
RGB
CMYK
RGB Variations
Color information
#3EF1D7 (or 0x3EF1D7) is known color: Turquoise. HEX triplet: 3E, F1 and D7. RGB value is (62,241,215). Sum of RGB (Red+Green+Blue) = 62+241+215=518 (68% of max value = 765). Red value is 62 (24.61% from 255 or 11.97% from 518); Green value is 241 (94.53% from 255 or 46.53% from 518); Blue value is 215 (84.38% from 255 or 41.51% from 518); Max value from RGB is 241 - color contains mainly: green. Hex color #3EF1D7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EF1D7 is #C10E28. Grayscale: #B8B8B8. Windows color (decimal): -12652073 or 14151998. OLE color: 14151998.
HSL color Cylindrical-coordinate representation of color #3EF1D7: hue angle of 171.28º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3EF1D7 is Cyan = 0.74, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 62 | 241 | 215 | - |
| CMYK | 0.74 | 0 | 0.11 | 0.05 |
| HSL | 171.28º | 0.86% | 0.59% | - |
| HSV(B) | 171.28º | 0.74% | 0.95% | - |
| XYZ | 45.71 | 68.84 | 75.17 | - |
| YUV | 184.52 | 145.2 | 40.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 241 | 215 | 0.74 | 0 | 0.11 | 0.05 | 171.28 | 0.86 | 0.59 |
| Hex | 3E | F1 | D7 | 4A | 0 | B | 5 | AB | 56 | 3B |
| Octal | 76 | 361 | 327 | 112 | 0 | 13 | 5 | 253 | 126 | 73 |
| Binary | 111110 | 11110001 | 11010111 | 1001010 | 0 | 1011 | 101 | 10101011 | 1010110 | 111011 |
Color Harmonies of #3EF1D7
Complementary color
Monochromatic Colors of #3EF1D7
Black with #3EF1D7
Text Example
Text Example
White with #3EF1D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EF1D7; }
p { color: rgb(62,241,215); }
H1.HeaderClassName
{
color: #3EF1D7;
}
.AnyTagClassName
{
color: #3EF1D7;
}
</style>
background-color css
<style>
a { background-color: #3EF1D7; }
a { background-color: rgb(62,241,215); }
div.DivClassName
{
background-color: #3EF1D7;
}
.BgClassName
{
background-color: #3EF1D7;
}
</style>
border-color css
<style>
span { border-color: #3EF1D7; }
span { border-color: rgb(62,241,215); }
td.TdClassName
{
border-color: #3EF1D7;
}
.TagClassName
{
border-color: #3EF1D7;
}
</style>