Shades of Turquoise #3EFDE6
Tints of Turquoise #3EFDE6
RGB
CMYK
RGB Variations
Color information
#3EFDE6 (or 0x3EFDE6) is known color: Turquoise. HEX triplet: 3E, FD and E6. RGB value is (62,253,230). Sum of RGB (Red+Green+Blue) = 62+253+230=545 (72% of max value = 765). Red value is 62 (24.61% from 255 or 11.38% from 545); Green value is 253 (99.22% from 255 or 46.42% from 545); Blue value is 230 (90.23% from 255 or 42.20% from 545); Max value from RGB is 253 - color contains mainly: green. Hex color #3EFDE6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3EFDE6 is #C10219. Grayscale: #C1C1C1. Windows color (decimal): -12648986 or 15138110. OLE color: 15138110.
HSL color Cylindrical-coordinate representation of color #3EFDE6: hue angle of 172.77º 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 #3EFDE6 is Cyan = 0.75, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 62 | 253 | 230 | - |
| CMYK | 0.75 | 0 | 0.09 | 0.01 |
| HSL | 172.77º | 0.98% | 0.62% | - |
| HSV(B) | 172.77º | 0.75% | 0.99% | - |
| XYZ | 51.39 | 76.99 | 87.01 | - |
| YUV | 193.27 | 148.72 | 34.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 253 | 230 | 0.75 | 0 | 0.09 | 0.01 | 172.77 | 0.98 | 0.62 |
| Hex | 3E | FD | E6 | 4B | 0 | 9 | 1 | AD | 62 | 3E |
| Octal | 76 | 375 | 346 | 113 | 0 | 11 | 1 | 255 | 142 | 76 |
| Binary | 111110 | 11111101 | 11100110 | 1001011 | 0 | 1001 | 1 | 10101101 | 1100010 | 111110 |
Color Harmonies of #3EFDE6
Complementary color
Monochromatic Colors of #3EFDE6
Black with #3EFDE6
Text Example
Text Example
White with #3EFDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EFDE6; }
p { color: rgb(62,253,230); }
H1.HeaderClassName
{
color: #3EFDE6;
}
.AnyTagClassName
{
color: #3EFDE6;
}
</style>
background-color css
<style>
a { background-color: #3EFDE6; }
a { background-color: rgb(62,253,230); }
div.DivClassName
{
background-color: #3EFDE6;
}
.BgClassName
{
background-color: #3EFDE6;
}
</style>
border-color css
<style>
span { border-color: #3EFDE6; }
span { border-color: rgb(62,253,230); }
td.TdClassName
{
border-color: #3EFDE6;
}
.TagClassName
{
border-color: #3EFDE6;
}
</style>