Shades of Turquoise #3EEBB2
Tints of Turquoise #3EEBB2
RGB
CMYK
RGB Variations
Color information
#3EEBB2 (or 0x3EEBB2) is known color: Turquoise. HEX triplet: 3E, EB and B2. RGB value is (62,235,178). Sum of RGB (Red+Green+Blue) = 62+235+178=475 (62% of max value = 765). Red value is 62 (24.61% from 255 or 13.05% from 475); Green value is 235 (92.19% from 255 or 49.47% from 475); Blue value is 178 (69.92% from 255 or 37.47% from 475); Max value from RGB is 235 - color contains mainly: green. Hex color #3EEBB2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3EEBB2 is #C1144D. Grayscale: #B0B0B0. Windows color (decimal): -12653646 or 11725630. OLE color: 11725630.
HSL color Cylindrical-coordinate representation of color #3EEBB2: hue angle of 160.23º 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 #3EEBB2 is Cyan = 0.74, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 62 | 235 | 178 | - |
| CMYK | 0.74 | 0 | 0.24 | 0.08 |
| HSL | 160.23º | 0.81% | 0.58% | - |
| HSV(B) | 160.23º | 0.74% | 0.92% | - |
| XYZ | 39.73 | 63.66 | 52.31 | - |
| YUV | 176.78 | 128.69 | 46.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 235 | 178 | 0.74 | 0 | 0.24 | 0.08 | 160.23 | 0.81 | 0.58 |
| Hex | 3E | EB | B2 | 4A | 0 | 18 | 8 | A0 | 51 | 3A |
| Octal | 76 | 353 | 262 | 112 | 0 | 30 | 10 | 240 | 121 | 72 |
| Binary | 111110 | 11101011 | 10110010 | 1001010 | 0 | 11000 | 1000 | 10100000 | 1010001 | 111010 |
Color Harmonies of #3EEBB2
Complementary color
Monochromatic Colors of #3EEBB2
Black with #3EEBB2
Text Example
Text Example
White with #3EEBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EEBB2; }
p { color: rgb(62,235,178); }
H1.HeaderClassName
{
color: #3EEBB2;
}
.AnyTagClassName
{
color: #3EEBB2;
}
</style>
background-color css
<style>
a { background-color: #3EEBB2; }
a { background-color: rgb(62,235,178); }
div.DivClassName
{
background-color: #3EEBB2;
}
.BgClassName
{
background-color: #3EEBB2;
}
</style>
border-color css
<style>
span { border-color: #3EEBB2; }
span { border-color: rgb(62,235,178); }
td.TdClassName
{
border-color: #3EEBB2;
}
.TagClassName
{
border-color: #3EEBB2;
}
</style>