Shades of Medium Turquoise #3ED5BE
Tints of Medium Turquoise #3ED5BE
RGB
CMYK
RGB Variations
Color information
#3ED5BE (or 0x3ED5BE) is known color: Medium Turquoise. HEX triplet: 3E, D5 and BE. RGB value is (62,213,190). Sum of RGB (Red+Green+Blue) = 62+213+190=465 (61% of max value = 765). Red value is 62 (24.61% from 255 or 13.33% from 465); Green value is 213 (83.59% from 255 or 45.81% from 465); Blue value is 190 (74.61% from 255 or 40.86% from 465); Max value from RGB is 213 - color contains mainly: green. Hex color #3ED5BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ED5BE is #C12A41. Grayscale: #A5A5A5. Windows color (decimal): -12659266 or 12506430. OLE color: 12506430.
HSL color Cylindrical-coordinate representation of color #3ED5BE: hue angle of 170.86º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3ED5BE is Cyan = 0.71, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 62 | 213 | 190 | - |
| CMYK | 0.71 | 0 | 0.11 | 0.16 |
| HSL | 170.86º | 0.64% | 0.54% | - |
| HSV(B) | 170.86º | 0.71% | 0.84% | - |
| XYZ | 35.08 | 52.33 | 56.97 | - |
| YUV | 165.23 | 141.97 | 54.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 213 | 190 | 0.71 | 0 | 0.11 | 0.16 | 170.86 | 0.64 | 0.54 |
| Hex | 3E | D5 | BE | 47 | 0 | B | 10 | AB | 40 | 36 |
| Octal | 76 | 325 | 276 | 107 | 0 | 13 | 20 | 253 | 100 | 66 |
| Binary | 111110 | 11010101 | 10111110 | 1000111 | 0 | 1011 | 10000 | 10101011 | 1000000 | 110110 |
Color Harmonies of #3ED5BE
Complementary color
Monochromatic Colors of #3ED5BE
Black with #3ED5BE
Text Example
Text Example
White with #3ED5BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ED5BE; }
p { color: rgb(62,213,190); }
H1.HeaderClassName
{
color: #3ED5BE;
}
.AnyTagClassName
{
color: #3ED5BE;
}
</style>
background-color css
<style>
a { background-color: #3ED5BE; }
a { background-color: rgb(62,213,190); }
div.DivClassName
{
background-color: #3ED5BE;
}
.BgClassName
{
background-color: #3ED5BE;
}
</style>
border-color css
<style>
span { border-color: #3ED5BE; }
span { border-color: rgb(62,213,190); }
td.TdClassName
{
border-color: #3ED5BE;
}
.TagClassName
{
border-color: #3ED5BE;
}
</style>