Shades of Medium Turquoise #3ED6B4
Tints of Medium Turquoise #3ED6B4
RGB
CMYK
RGB Variations
Color information
#3ED6B4 (or 0x3ED6B4) is known color: Medium Turquoise. HEX triplet: 3E, D6 and B4. RGB value is (62,214,180). Sum of RGB (Red+Green+Blue) = 62+214+180=456 (60% of max value = 765). Red value is 62 (24.61% from 255 or 13.60% from 456); Green value is 214 (83.98% from 255 or 46.93% from 456); Blue value is 180 (70.70% from 255 or 39.47% from 456); Max value from RGB is 214 - color contains mainly: green. Hex color #3ED6B4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ED6B4 is #C1294B. Grayscale: #A4A4A4. Windows color (decimal): -12659020 or 11851326. OLE color: 11851326.
HSL color Cylindrical-coordinate representation of color #3ED6B4: hue angle of 166.58º degrees, saturation: 0.65, 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 #3ED6B4 is Cyan = 0.71, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 62 | 214 | 180 | - |
| CMYK | 0.71 | 0 | 0.16 | 0.16 |
| HSL | 166.58º | 0.65% | 0.54% | - |
| HSV(B) | 166.58º | 0.71% | 0.84% | - |
| XYZ | 34.27 | 52.41 | 51.49 | - |
| YUV | 164.68 | 136.64 | 54.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 214 | 180 | 0.71 | 0 | 0.16 | 0.16 | 166.58 | 0.65 | 0.54 |
| Hex | 3E | D6 | B4 | 47 | 0 | 10 | 10 | A7 | 41 | 36 |
| Octal | 76 | 326 | 264 | 107 | 0 | 20 | 20 | 247 | 101 | 66 |
| Binary | 111110 | 11010110 | 10110100 | 1000111 | 0 | 10000 | 10000 | 10100111 | 1000001 | 110110 |
Color Harmonies of #3ED6B4
Complementary color
Monochromatic Colors of #3ED6B4
Black with #3ED6B4
Text Example
Text Example
White with #3ED6B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ED6B4; }
p { color: rgb(62,214,180); }
H1.HeaderClassName
{
color: #3ED6B4;
}
.AnyTagClassName
{
color: #3ED6B4;
}
</style>
background-color css
<style>
a { background-color: #3ED6B4; }
a { background-color: rgb(62,214,180); }
div.DivClassName
{
background-color: #3ED6B4;
}
.BgClassName
{
background-color: #3ED6B4;
}
</style>
border-color css
<style>
span { border-color: #3ED6B4; }
span { border-color: rgb(62,214,180); }
td.TdClassName
{
border-color: #3ED6B4;
}
.TagClassName
{
border-color: #3ED6B4;
}
</style>