Shades of Turquoise #3EEBE2
Tints of Turquoise #3EEBE2
RGB
CMYK
RGB Variations
Color information
#3EEBE2 (or 0x3EEBE2) is known color: Turquoise. HEX triplet: 3E, EB and E2. RGB value is (62,235,226). Sum of RGB (Red+Green+Blue) = 62+235+226=523 (69% of max value = 765). Red value is 62 (24.61% from 255 or 11.85% from 523); Green value is 235 (92.19% from 255 or 44.93% from 523); Blue value is 226 (88.67% from 255 or 43.21% from 523); Max value from RGB is 235 - color contains mainly: green. Hex color #3EEBE2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EEBE2 is #C1141D. Grayscale: #B6B6B6. Windows color (decimal): -12653598 or 14871358. OLE color: 14871358.
HSL color Cylindrical-coordinate representation of color #3EEBE2: hue angle of 176.88º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3EEBE2 is Cyan = 0.74, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 62 | 235 | 226 | - |
| CMYK | 0.74 | 0 | 0.04 | 0.08 |
| HSL | 176.88º | 0.81% | 0.58% | - |
| HSV(B) | 176.88º | 0.74% | 0.92% | - |
| XYZ | 45.42 | 65.93 | 82.28 | - |
| YUV | 182.25 | 152.69 | 42.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 235 | 226 | 0.74 | 0 | 0.04 | 0.08 | 176.88 | 0.81 | 0.58 |
| Hex | 3E | EB | E2 | 4A | 0 | 4 | 8 | B1 | 51 | 3A |
| Octal | 76 | 353 | 342 | 112 | 0 | 4 | 10 | 261 | 121 | 72 |
| Binary | 111110 | 11101011 | 11100010 | 1001010 | 0 | 100 | 1000 | 10110001 | 1010001 | 111010 |
Color Harmonies of #3EEBE2
Complementary color
Monochromatic Colors of #3EEBE2
Black with #3EEBE2
Text Example
Text Example
White with #3EEBE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EEBE2; }
p { color: rgb(62,235,226); }
H1.HeaderClassName
{
color: #3EEBE2;
}
.AnyTagClassName
{
color: #3EEBE2;
}
</style>
background-color css
<style>
a { background-color: #3EEBE2; }
a { background-color: rgb(62,235,226); }
div.DivClassName
{
background-color: #3EEBE2;
}
.BgClassName
{
background-color: #3EEBE2;
}
</style>
border-color css
<style>
span { border-color: #3EEBE2; }
span { border-color: rgb(62,235,226); }
td.TdClassName
{
border-color: #3EEBE2;
}
.TagClassName
{
border-color: #3EEBE2;
}
</style>