Shades of Turquoise #3EFDB7
Tints of Turquoise #3EFDB7
RGB
CMYK
RGB Variations
Color information
#3EFDB7 (or 0x3EFDB7) is known color: Turquoise. HEX triplet: 3E, FD and B7. RGB value is (62,253,183). Sum of RGB (Red+Green+Blue) = 62+253+183=498 (65% of max value = 765). Red value is 62 (24.61% from 255 or 12.45% from 498); Green value is 253 (99.22% from 255 or 50.80% from 498); Blue value is 183 (71.88% from 255 or 36.75% from 498); Max value from RGB is 253 - color contains mainly: green. Hex color #3EFDB7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EFDB7 is #C10248. Grayscale: #BBBBBB. Windows color (decimal): -12649033 or 12057918. OLE color: 12057918.
HSL color Cylindrical-coordinate representation of color #3EFDB7: hue angle of 158.01º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3EFDB7 is Cyan = 0.75, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 62 | 253 | 183 | - |
| CMYK | 0.75 | 0 | 0.28 | 0.01 |
| HSL | 158.01º | 0.98% | 0.62% | - |
| HSV(B) | 158.01º | 0.75% | 0.99% | - |
| XYZ | 45.66 | 74.69 | 56.81 | - |
| YUV | 187.91 | 125.22 | 38.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 253 | 183 | 0.75 | 0 | 0.28 | 0.01 | 158.01 | 0.98 | 0.62 |
| Hex | 3E | FD | B7 | 4B | 0 | 1C | 1 | 9E | 62 | 3E |
| Octal | 76 | 375 | 267 | 113 | 0 | 34 | 1 | 236 | 142 | 76 |
| Binary | 111110 | 11111101 | 10110111 | 1001011 | 0 | 11100 | 1 | 10011110 | 1100010 | 111110 |
Color Harmonies of #3EFDB7
Complementary color
Monochromatic Colors of #3EFDB7
Black with #3EFDB7
Text Example
Text Example
White with #3EFDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EFDB7; }
p { color: rgb(62,253,183); }
H1.HeaderClassName
{
color: #3EFDB7;
}
.AnyTagClassName
{
color: #3EFDB7;
}
</style>
background-color css
<style>
a { background-color: #3EFDB7; }
a { background-color: rgb(62,253,183); }
div.DivClassName
{
background-color: #3EFDB7;
}
.BgClassName
{
background-color: #3EFDB7;
}
</style>
border-color css
<style>
span { border-color: #3EFDB7; }
span { border-color: rgb(62,253,183); }
td.TdClassName
{
border-color: #3EFDB7;
}
.TagClassName
{
border-color: #3EFDB7;
}
</style>