Shades of Medium Turquoise #3EBEBA
Tints of Medium Turquoise #3EBEBA
RGB
CMYK
RGB Variations
Color information
#3EBEBA (or 0x3EBEBA) is known color: Medium Turquoise. HEX triplet: 3E, BE and BA. RGB value is (62,190,186). Sum of RGB (Red+Green+Blue) = 62+190+186=438 (58% of max value = 765). Red value is 62 (24.61% from 255 or 14.16% from 438); Green value is 190 (74.61% from 255 or 43.38% from 438); Blue value is 186 (73.05% from 255 or 42.47% from 438); Max value from RGB is 190 - color contains mainly: green. Hex color #3EBEBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EBEBA is #C14145. Grayscale: #979797. Windows color (decimal): -12665158 or 12238398. OLE color: 12238398.
HSL color Cylindrical-coordinate representation of color #3EBEBA: hue angle of 178.12º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3EBEBA is Cyan = 0.67, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 62 | 190 | 186 | - |
| CMYK | 0.67 | 0 | 0.02 | 0.25 |
| HSL | 178.13º | 0.51% | 0.49% | - |
| HSV(B) | 178.13º | 0.67% | 0.75% | - |
| XYZ | 29.26 | 41.4 | 52.9 | - |
| YUV | 151.27 | 147.59 | 64.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 190 | 186 | 0.67 | 0 | 0.02 | 0.25 | 178.13 | 0.51 | 0.49 |
| Hex | 3E | BE | BA | 43 | 0 | 2 | 19 | B2 | 33 | 31 |
| Octal | 76 | 276 | 272 | 103 | 0 | 2 | 31 | 262 | 63 | 61 |
| Binary | 111110 | 10111110 | 10111010 | 1000011 | 0 | 10 | 11001 | 10110010 | 110011 | 110001 |
Color Harmonies of #3EBEBA
Complementary color
Monochromatic Colors of #3EBEBA
Black with #3EBEBA
Text Example
Text Example
White with #3EBEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EBEBA; }
p { color: rgb(62,190,186); }
H1.HeaderClassName
{
color: #3EBEBA;
}
.AnyTagClassName
{
color: #3EBEBA;
}
</style>
background-color css
<style>
a { background-color: #3EBEBA; }
a { background-color: rgb(62,190,186); }
div.DivClassName
{
background-color: #3EBEBA;
}
.BgClassName
{
background-color: #3EBEBA;
}
</style>
border-color css
<style>
span { border-color: #3EBEBA; }
span { border-color: rgb(62,190,186); }
td.TdClassName
{
border-color: #3EBEBA;
}
.TagClassName
{
border-color: #3EBEBA;
}
</style>