Shades of Turquoise #3EF1E9
Tints of Turquoise #3EF1E9
RGB
CMYK
RGB Variations
Color information
#3EF1E9 (or 0x3EF1E9) is known color: Turquoise. HEX triplet: 3E, F1 and E9. RGB value is (62,241,233). Sum of RGB (Red+Green+Blue) = 62+241+233=536 (70% of max value = 765). Red value is 62 (24.61% from 255 or 11.57% from 536); Green value is 241 (94.53% from 255 or 44.96% from 536); Blue value is 233 (91.41% from 255 or 43.47% from 536); Max value from RGB is 241 - color contains mainly: green. Hex color #3EF1E9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3EF1E9 is #C10E16. Grayscale: #BABABA. Windows color (decimal): -12652055 or 15331646. OLE color: 15331646.
HSL color Cylindrical-coordinate representation of color #3EF1E9: hue angle of 177.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 #3EF1E9 is Cyan = 0.74, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 62 | 241 | 233 | - |
| CMYK | 0.74 | 0 | 0.03 | 0.05 |
| HSL | 177.32º | 0.86% | 0.59% | - |
| HSV(B) | 177.32º | 0.74% | 0.95% | - |
| XYZ | 48.15 | 69.82 | 88.03 | - |
| YUV | 186.57 | 154.2 | 39.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 241 | 233 | 0.74 | 0 | 0.03 | 0.05 | 177.32 | 0.86 | 0.59 |
| Hex | 3E | F1 | E9 | 4A | 0 | 3 | 5 | B1 | 56 | 3B |
| Octal | 76 | 361 | 351 | 112 | 0 | 3 | 5 | 261 | 126 | 73 |
| Binary | 111110 | 11110001 | 11101001 | 1001010 | 0 | 11 | 101 | 10110001 | 1010110 | 111011 |
Color Harmonies of #3EF1E9
Complementary color
Monochromatic Colors of #3EF1E9
Black with #3EF1E9
Text Example
Text Example
White with #3EF1E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EF1E9; }
p { color: rgb(62,241,233); }
H1.HeaderClassName
{
color: #3EF1E9;
}
.AnyTagClassName
{
color: #3EF1E9;
}
</style>
background-color css
<style>
a { background-color: #3EF1E9; }
a { background-color: rgb(62,241,233); }
div.DivClassName
{
background-color: #3EF1E9;
}
.BgClassName
{
background-color: #3EF1E9;
}
</style>
border-color css
<style>
span { border-color: #3EF1E9; }
span { border-color: rgb(62,241,233); }
td.TdClassName
{
border-color: #3EF1E9;
}
.TagClassName
{
border-color: #3EF1E9;
}
</style>