Shades of Medium Turquoise #3ED2BF
Tints of Medium Turquoise #3ED2BF
RGB
CMYK
RGB Variations
Color information
#3ED2BF (or 0x3ED2BF) is known color: Medium Turquoise. HEX triplet: 3E, D2 and BF. RGB value is (62,210,191). Sum of RGB (Red+Green+Blue) = 62+210+191=463 (61% of max value = 765). Red value is 62 (24.61% from 255 or 13.39% from 463); Green value is 210 (82.42% from 255 or 45.36% from 463); Blue value is 191 (75% from 255 or 41.25% from 463); Max value from RGB is 210 - color contains mainly: green. Hex color #3ED2BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ED2BF is #C12D40. Grayscale: #A3A3A3. Windows color (decimal): -12660033 or 12571198. OLE color: 12571198.
HSL color Cylindrical-coordinate representation of color #3ED2BF: hue angle of 172.3º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3ED2BF is Cyan = 0.70, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 62 | 210 | 191 | - |
| CMYK | 0.70 | 0 | 0.09 | 0.18 |
| HSL | 172.3º | 0.62% | 0.53% | - |
| HSV(B) | 172.3º | 0.7% | 0.82% | - |
| XYZ | 34.44 | 50.88 | 57.3 | - |
| YUV | 163.58 | 143.47 | 55.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 210 | 191 | 0.70 | 0 | 0.09 | 0.18 | 172.3 | 0.62 | 0.53 |
| Hex | 3E | D2 | BF | 46 | 0 | 9 | 12 | AC | 3E | 35 |
| Octal | 76 | 322 | 277 | 106 | 0 | 11 | 22 | 254 | 76 | 65 |
| Binary | 111110 | 11010010 | 10111111 | 1000110 | 0 | 1001 | 10010 | 10101100 | 111110 | 110101 |
Color Harmonies of #3ED2BF
Complementary color
Monochromatic Colors of #3ED2BF
Black with #3ED2BF
Text Example
Text Example
White with #3ED2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ED2BF; }
p { color: rgb(62,210,191); }
H1.HeaderClassName
{
color: #3ED2BF;
}
.AnyTagClassName
{
color: #3ED2BF;
}
</style>
background-color css
<style>
a { background-color: #3ED2BF; }
a { background-color: rgb(62,210,191); }
div.DivClassName
{
background-color: #3ED2BF;
}
.BgClassName
{
background-color: #3ED2BF;
}
</style>
border-color css
<style>
span { border-color: #3ED2BF; }
span { border-color: rgb(62,210,191); }
td.TdClassName
{
border-color: #3ED2BF;
}
.TagClassName
{
border-color: #3ED2BF;
}
</style>