Shades of Medium Turquoise #3EBDBB
Tints of Medium Turquoise #3EBDBB
RGB
CMYK
RGB Variations
Color information
#3EBDBB (or 0x3EBDBB) is known color: Medium Turquoise. HEX triplet: 3E, BD and BB. RGB value is (62,189,187). Sum of RGB (Red+Green+Blue) = 62+189+187=438 (58% of max value = 765). Red value is 62 (24.61% from 255 or 14.16% from 438); Green value is 189 (74.22% from 255 or 43.15% from 438); Blue value is 187 (73.44% from 255 or 42.69% from 438); Max value from RGB is 189 - color contains mainly: green. Hex color #3EBDBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EBDBB is #C14244. Grayscale: #969696. Windows color (decimal): -12665413 or 12303678. OLE color: 12303678.
HSL color Cylindrical-coordinate representation of color #3EBDBB: hue angle of 179.06º 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 #3EBDBB is Cyan = 0.67, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 62 | 189 | 187 | - |
| CMYK | 0.67 | 0 | 0.01 | 0.26 |
| HSL | 179.06º | 0.51% | 0.49% | - |
| HSV(B) | 179.06º | 0.67% | 0.74% | - |
| XYZ | 29.15 | 41.01 | 53.39 | - |
| YUV | 150.8 | 148.42 | 64.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 189 | 187 | 0.67 | 0 | 0.01 | 0.26 | 179.06 | 0.51 | 0.49 |
| Hex | 3E | BD | BB | 43 | 0 | 1 | 1A | B3 | 33 | 31 |
| Octal | 76 | 275 | 273 | 103 | 0 | 1 | 32 | 263 | 63 | 61 |
| Binary | 111110 | 10111101 | 10111011 | 1000011 | 0 | 1 | 11010 | 10110011 | 110011 | 110001 |
Color Harmonies of #3EBDBB
Complementary color
Monochromatic Colors of #3EBDBB
Black with #3EBDBB
Text Example
Text Example
White with #3EBDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EBDBB; }
p { color: rgb(62,189,187); }
H1.HeaderClassName
{
color: #3EBDBB;
}
.AnyTagClassName
{
color: #3EBDBB;
}
</style>
background-color css
<style>
a { background-color: #3EBDBB; }
a { background-color: rgb(62,189,187); }
div.DivClassName
{
background-color: #3EBDBB;
}
.BgClassName
{
background-color: #3EBDBB;
}
</style>
border-color css
<style>
span { border-color: #3EBDBB; }
span { border-color: rgb(62,189,187); }
td.TdClassName
{
border-color: #3EBDBB;
}
.TagClassName
{
border-color: #3EBDBB;
}
</style>