Shades of Turquoise #3EF1EC
Tints of Turquoise #3EF1EC
RGB
CMYK
RGB Variations
Color information
#3EF1EC (or 0x3EF1EC) is known color: Turquoise. HEX triplet: 3E, F1 and EC. RGB value is (62,241,236). Sum of RGB (Red+Green+Blue) = 62+241+236=539 (71% of max value = 765). Red value is 62 (24.61% from 255 or 11.50% from 539); Green value is 241 (94.53% from 255 or 44.71% from 539); Blue value is 236 (92.58% from 255 or 43.78% from 539); Max value from RGB is 241 - color contains mainly: green. Hex color #3EF1EC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3EF1EC is #C10E13. Grayscale: #BABABA. Windows color (decimal): -12652052 or 15528254. OLE color: 15528254.
HSL color Cylindrical-coordinate representation of color #3EF1EC: hue angle of 178.32º 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 #3EF1EC is Cyan = 0.74, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 62 | 241 | 236 | - |
| CMYK | 0.74 | 0 | 0.02 | 0.05 |
| HSL | 178.32º | 0.86% | 0.59% | - |
| HSV(B) | 178.32º | 0.74% | 0.95% | - |
| XYZ | 48.58 | 69.99 | 90.31 | - |
| YUV | 186.91 | 155.7 | 38.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 241 | 236 | 0.74 | 0 | 0.02 | 0.05 | 178.32 | 0.86 | 0.59 |
| Hex | 3E | F1 | EC | 4A | 0 | 2 | 5 | B2 | 56 | 3B |
| Octal | 76 | 361 | 354 | 112 | 0 | 2 | 5 | 262 | 126 | 73 |
| Binary | 111110 | 11110001 | 11101100 | 1001010 | 0 | 10 | 101 | 10110010 | 1010110 | 111011 |
Color Harmonies of #3EF1EC
Complementary color
Monochromatic Colors of #3EF1EC
Black with #3EF1EC
Text Example
Text Example
White with #3EF1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EF1EC; }
p { color: rgb(62,241,236); }
H1.HeaderClassName
{
color: #3EF1EC;
}
.AnyTagClassName
{
color: #3EF1EC;
}
</style>
background-color css
<style>
a { background-color: #3EF1EC; }
a { background-color: rgb(62,241,236); }
div.DivClassName
{
background-color: #3EF1EC;
}
.BgClassName
{
background-color: #3EF1EC;
}
</style>
border-color css
<style>
span { border-color: #3EF1EC; }
span { border-color: rgb(62,241,236); }
td.TdClassName
{
border-color: #3EF1EC;
}
.TagClassName
{
border-color: #3EF1EC;
}
</style>