Shades of Medium Turquoise #3EBFBB
Tints of Medium Turquoise #3EBFBB
RGB
CMYK
RGB Variations
Color information
#3EBFBB (or 0x3EBFBB) is known color: Medium Turquoise. HEX triplet: 3E, BF and BB. RGB value is (62,191,187). Sum of RGB (Red+Green+Blue) = 62+191+187=440 (58% of max value = 765). Red value is 62 (24.61% from 255 or 14.09% from 440); Green value is 191 (75% from 255 or 43.41% from 440); Blue value is 187 (73.44% from 255 or 42.5% from 440); Max value from RGB is 191 - color contains mainly: green. Hex color #3EBFBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EBFBB is #C14044. Grayscale: #979797. Windows color (decimal): -12664901 or 12304190. OLE color: 12304190.
HSL color Cylindrical-coordinate representation of color #3EBFBB: hue angle of 178.14º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3EBFBB is Cyan = 0.68, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 62 | 191 | 187 | - |
| CMYK | 0.68 | 0 | 0.02 | 0.25 |
| HSL | 178.14º | 0.51% | 0.5% | - |
| HSV(B) | 178.14º | 0.68% | 0.75% | - |
| XYZ | 29.59 | 41.87 | 53.54 | - |
| YUV | 151.97 | 147.76 | 63.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 191 | 187 | 0.68 | 0 | 0.02 | 0.25 | 178.14 | 0.51 | 0.5 |
| Hex | 3E | BF | BB | 44 | 0 | 2 | 19 | B2 | 33 | 32 |
| Octal | 76 | 277 | 273 | 104 | 0 | 2 | 31 | 262 | 63 | 62 |
| Binary | 111110 | 10111111 | 10111011 | 1000100 | 0 | 10 | 11001 | 10110010 | 110011 | 110010 |
Color Harmonies of #3EBFBB
Complementary color
Monochromatic Colors of #3EBFBB
Black with #3EBFBB
Text Example
Text Example
White with #3EBFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EBFBB; }
p { color: rgb(62,191,187); }
H1.HeaderClassName
{
color: #3EBFBB;
}
.AnyTagClassName
{
color: #3EBFBB;
}
</style>
background-color css
<style>
a { background-color: #3EBFBB; }
a { background-color: rgb(62,191,187); }
div.DivClassName
{
background-color: #3EBFBB;
}
.BgClassName
{
background-color: #3EBFBB;
}
</style>
border-color css
<style>
span { border-color: #3EBFBB; }
span { border-color: rgb(62,191,187); }
td.TdClassName
{
border-color: #3EBFBB;
}
.TagClassName
{
border-color: #3EBFBB;
}
</style>