Shades of Medium Turquoise #3EBDB5
Tints of Medium Turquoise #3EBDB5
RGB
CMYK
RGB Variations
Color information
#3EBDB5 (or 0x3EBDB5) is known color: Medium Turquoise. HEX triplet: 3E, BD and B5. RGB value is (62,189,181). Sum of RGB (Red+Green+Blue) = 62+189+181=432 (57% of max value = 765). Red value is 62 (24.61% from 255 or 14.35% from 432); Green value is 189 (74.22% from 255 or 43.75% from 432); Blue value is 181 (71.09% from 255 or 41.90% from 432); Max value from RGB is 189 - color contains mainly: green. Hex color #3EBDB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EBDB5 is #C1424A. Grayscale: #969696. Windows color (decimal): -12665419 or 11910462. OLE color: 11910462.
HSL color Cylindrical-coordinate representation of color #3EBDB5: hue angle of 176.22º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3EBDB5 is Cyan = 0.67, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 62 | 189 | 181 | - |
| CMYK | 0.67 | 0 | 0.04 | 0.26 |
| HSL | 176.22º | 0.51% | 0.49% | - |
| HSV(B) | 176.22º | 0.67% | 0.74% | - |
| XYZ | 28.52 | 40.76 | 50.08 | - |
| YUV | 150.12 | 145.42 | 65.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 189 | 181 | 0.67 | 0 | 0.04 | 0.26 | 176.22 | 0.51 | 0.49 |
| Hex | 3E | BD | B5 | 43 | 0 | 4 | 1A | B0 | 33 | 31 |
| Octal | 76 | 275 | 265 | 103 | 0 | 4 | 32 | 260 | 63 | 61 |
| Binary | 111110 | 10111101 | 10110101 | 1000011 | 0 | 100 | 11010 | 10110000 | 110011 | 110001 |
Color Harmonies of #3EBDB5
Complementary color
Monochromatic Colors of #3EBDB5
Black with #3EBDB5
Text Example
Text Example
White with #3EBDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EBDB5; }
p { color: rgb(62,189,181); }
H1.HeaderClassName
{
color: #3EBDB5;
}
.AnyTagClassName
{
color: #3EBDB5;
}
</style>
background-color css
<style>
a { background-color: #3EBDB5; }
a { background-color: rgb(62,189,181); }
div.DivClassName
{
background-color: #3EBDB5;
}
.BgClassName
{
background-color: #3EBDB5;
}
</style>
border-color css
<style>
span { border-color: #3EBDB5; }
span { border-color: rgb(62,189,181); }
td.TdClassName
{
border-color: #3EBDB5;
}
.TagClassName
{
border-color: #3EBDB5;
}
</style>