Shades of Turquoise #3EFFD9
Tints of Turquoise #3EFFD9
RGB
CMYK
RGB Variations
Color information
#3EFFD9 (or 0x3EFFD9) is known color: Turquoise. HEX triplet: 3E, FF and D9. RGB value is (62,255,217). Sum of RGB (Red+Green+Blue) = 62+255+217=534 (70% of max value = 765). Red value is 62 (24.61% from 255 or 11.61% from 534); Green value is 255 (100% from 255 or 47.75% from 534); Blue value is 217 (85.16% from 255 or 40.64% from 534); Max value from RGB is 255 - color contains mainly: green. Hex color #3EFFD9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EFFD9 is #C10026. Grayscale: #C0C0C0. Windows color (decimal): -12648487 or 14286654. OLE color: 14286654.
HSL color Cylindrical-coordinate representation of color #3EFFD9: hue angle of 168.19º 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 #3EFFD9 is Cyan = 0.76, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 62 | 255 | 217 | - |
| CMYK | 0.76 | 0 | 0.15 | 0 |
| HSL | 168.19º | 1% | 0.62% | - |
| HSV(B) | 168.19º | 0.76% | 1% | - |
| XYZ | 50.27 | 77.55 | 77.97 | - |
| YUV | 192.96 | 141.56 | 34.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 255 | 217 | 0.76 | 0 | 0.15 | 0 | 168.19 | 1 | 0.62 |
| Hex | 3E | FF | D9 | 4C | 0 | F | 0 | A8 | 64 | 3E |
| Octal | 76 | 377 | 331 | 114 | 0 | 17 | 0 | 250 | 144 | 76 |
| Binary | 111110 | 11111111 | 11011001 | 1001100 | 0 | 1111 | 0 | 10101000 | 1100100 | 111110 |
Color Harmonies of #3EFFD9
Complementary color
Monochromatic Colors of #3EFFD9
Black with #3EFFD9
Text Example
Text Example
White with #3EFFD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EFFD9; }
p { color: rgb(62,255,217); }
H1.HeaderClassName
{
color: #3EFFD9;
}
.AnyTagClassName
{
color: #3EFFD9;
}
</style>
background-color css
<style>
a { background-color: #3EFFD9; }
a { background-color: rgb(62,255,217); }
div.DivClassName
{
background-color: #3EFFD9;
}
.BgClassName
{
background-color: #3EFFD9;
}
</style>
border-color css
<style>
span { border-color: #3EFFD9; }
span { border-color: rgb(62,255,217); }
td.TdClassName
{
border-color: #3EFFD9;
}
.TagClassName
{
border-color: #3EFFD9;
}
</style>