Shades of Turquoise #3EF9EC
Tints of Turquoise #3EF9EC
RGB
CMYK
RGB Variations
Color information
#3EF9EC (or 0x3EF9EC) is known color: Turquoise. HEX triplet: 3E, F9 and EC. RGB value is (62,249,236). Sum of RGB (Red+Green+Blue) = 62+249+236=547 (72% of max value = 765). Red value is 62 (24.61% from 255 or 11.33% from 547); Green value is 249 (97.66% from 255 or 45.52% from 547); Blue value is 236 (92.58% from 255 or 43.14% from 547); Max value from RGB is 249 - color contains mainly: green. Hex color #3EF9EC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3EF9EC is #C10613. Grayscale: #BFBFBF. Windows color (decimal): -12650004 or 15530302. OLE color: 15530302.
HSL color Cylindrical-coordinate representation of color #3EF9EC: hue angle of 175.83º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3EF9EC is Cyan = 0.75, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 62 | 249 | 236 | - |
| CMYK | 0.75 | 0 | 0.05 | 0.02 |
| HSL | 175.83º | 0.94% | 0.61% | - |
| HSV(B) | 175.83º | 0.75% | 0.98% | - |
| XYZ | 51 | 74.83 | 91.11 | - |
| YUV | 191.61 | 153.05 | 35.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 249 | 236 | 0.75 | 0 | 0.05 | 0.02 | 175.83 | 0.94 | 0.61 |
| Hex | 3E | F9 | EC | 4B | 0 | 5 | 2 | B0 | 5E | 3D |
| Octal | 76 | 371 | 354 | 113 | 0 | 5 | 2 | 260 | 136 | 75 |
| Binary | 111110 | 11111001 | 11101100 | 1001011 | 0 | 101 | 10 | 10110000 | 1011110 | 111101 |
Color Harmonies of #3EF9EC
Complementary color
Monochromatic Colors of #3EF9EC
Black with #3EF9EC
Text Example
Text Example
White with #3EF9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EF9EC; }
p { color: rgb(62,249,236); }
H1.HeaderClassName
{
color: #3EF9EC;
}
.AnyTagClassName
{
color: #3EF9EC;
}
</style>
background-color css
<style>
a { background-color: #3EF9EC; }
a { background-color: rgb(62,249,236); }
div.DivClassName
{
background-color: #3EF9EC;
}
.BgClassName
{
background-color: #3EF9EC;
}
</style>
border-color css
<style>
span { border-color: #3EF9EC; }
span { border-color: rgb(62,249,236); }
td.TdClassName
{
border-color: #3EF9EC;
}
.TagClassName
{
border-color: #3EF9EC;
}
</style>