Shades of Medium Turquoise #3EBDBC
Tints of Medium Turquoise #3EBDBC
RGB
CMYK
RGB Variations
Color information
#3EBDBC (or 0x3EBDBC) is known color: Medium Turquoise. HEX triplet: 3E, BD and BC. RGB value is (62,189,188). Sum of RGB (Red+Green+Blue) = 62+189+188=439 (58% of max value = 765). Red value is 62 (24.61% from 255 or 14.12% from 439); Green value is 189 (74.22% from 255 or 43.05% from 439); Blue value is 188 (73.83% from 255 or 42.82% from 439); Max value from RGB is 189 - color contains mainly: green. Hex color #3EBDBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EBDBC is #C14243. Grayscale: #969696. Windows color (decimal): -12665412 or 12369214. OLE color: 12369214.
HSL color Cylindrical-coordinate representation of color #3EBDBC: hue angle of 179.53º 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 #3EBDBC is Cyan = 0.67, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 62 | 189 | 188 | - |
| CMYK | 0.67 | 0 | 0.01 | 0.26 |
| HSL | 179.53º | 0.51% | 0.49% | - |
| HSV(B) | 179.53º | 0.67% | 0.74% | - |
| XYZ | 29.26 | 41.05 | 53.96 | - |
| YUV | 150.91 | 148.92 | 64.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 189 | 188 | 0.67 | 0 | 0.01 | 0.26 | 179.53 | 0.51 | 0.49 |
| Hex | 3E | BD | BC | 43 | 0 | 1 | 1A | B4 | 33 | 31 |
| Octal | 76 | 275 | 274 | 103 | 0 | 1 | 32 | 264 | 63 | 61 |
| Binary | 111110 | 10111101 | 10111100 | 1000011 | 0 | 1 | 11010 | 10110100 | 110011 | 110001 |
Color Harmonies of #3EBDBC
Complementary color
Monochromatic Colors of #3EBDBC
Black with #3EBDBC
Text Example
Text Example
White with #3EBDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EBDBC; }
p { color: rgb(62,189,188); }
H1.HeaderClassName
{
color: #3EBDBC;
}
.AnyTagClassName
{
color: #3EBDBC;
}
</style>
background-color css
<style>
a { background-color: #3EBDBC; }
a { background-color: rgb(62,189,188); }
div.DivClassName
{
background-color: #3EBDBC;
}
.BgClassName
{
background-color: #3EBDBC;
}
</style>
border-color css
<style>
span { border-color: #3EBDBC; }
span { border-color: rgb(62,189,188); }
td.TdClassName
{
border-color: #3EBDBC;
}
.TagClassName
{
border-color: #3EBDBC;
}
</style>