Shades of Turquoise #3EFFE2
Tints of Turquoise #3EFFE2
RGB
CMYK
RGB Variations
Color information
#3EFFE2 (or 0x3EFFE2) is known color: Turquoise. HEX triplet: 3E, FF and E2. RGB value is (62,255,226). Sum of RGB (Red+Green+Blue) = 62+255+226=543 (71% of max value = 765). Red value is 62 (24.61% from 255 or 11.42% from 543); Green value is 255 (100% from 255 or 46.96% from 543); Blue value is 226 (88.67% from 255 or 41.62% from 543); Max value from RGB is 255 - color contains mainly: green. Hex color #3EFFE2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EFFE2 is #C1001D. Grayscale: #C1C1C1. Windows color (decimal): -12648478 or 14876478. OLE color: 14876478.
HSL color Cylindrical-coordinate representation of color #3EFFE2: hue angle of 170.98º 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 #3EFFE2 is Cyan = 0.76, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 62 | 255 | 226 | - |
| CMYK | 0.76 | 0 | 0.11 | 0 |
| HSL | 170.98º | 1% | 0.62% | - |
| HSV(B) | 170.98º | 0.76% | 1% | - |
| XYZ | 51.47 | 78.04 | 84.3 | - |
| YUV | 193.99 | 146.06 | 33.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 255 | 226 | 0.76 | 0 | 0.11 | 0 | 170.98 | 1 | 0.62 |
| Hex | 3E | FF | E2 | 4C | 0 | B | 0 | AB | 64 | 3E |
| Octal | 76 | 377 | 342 | 114 | 0 | 13 | 0 | 253 | 144 | 76 |
| Binary | 111110 | 11111111 | 11100010 | 1001100 | 0 | 1011 | 0 | 10101011 | 1100100 | 111110 |
Color Harmonies of #3EFFE2
Complementary color
Monochromatic Colors of #3EFFE2
Black with #3EFFE2
Text Example
Text Example
White with #3EFFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EFFE2; }
p { color: rgb(62,255,226); }
H1.HeaderClassName
{
color: #3EFFE2;
}
.AnyTagClassName
{
color: #3EFFE2;
}
</style>
background-color css
<style>
a { background-color: #3EFFE2; }
a { background-color: rgb(62,255,226); }
div.DivClassName
{
background-color: #3EFFE2;
}
.BgClassName
{
background-color: #3EFFE2;
}
</style>
border-color css
<style>
span { border-color: #3EFFE2; }
span { border-color: rgb(62,255,226); }
td.TdClassName
{
border-color: #3EFFE2;
}
.TagClassName
{
border-color: #3EFFE2;
}
</style>