Shades of Turquoise #3EDEBC
Tints of Turquoise #3EDEBC
RGB
CMYK
RGB Variations
Color information
#3EDEBC (or 0x3EDEBC) is known color: Turquoise. HEX triplet: 3E, DE and BC. RGB value is (62,222,188). Sum of RGB (Red+Green+Blue) = 62+222+188=472 (62% of max value = 765). Red value is 62 (24.61% from 255 or 13.14% from 472); Green value is 222 (87.11% from 255 or 47.03% from 472); Blue value is 188 (73.83% from 255 or 39.83% from 472); Max value from RGB is 222 - color contains mainly: green. Hex color #3EDEBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EDEBC is #C12143. Grayscale: #AAAAAA. Windows color (decimal): -12656964 or 12377662. OLE color: 12377662.
HSL color Cylindrical-coordinate representation of color #3EDEBC: hue angle of 167.25º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3EDEBC is Cyan = 0.72, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 62 | 222 | 188 | - |
| CMYK | 0.72 | 0 | 0.15 | 0.13 |
| HSL | 167.25º | 0.71% | 0.56% | - |
| HSV(B) | 167.25º | 0.72% | 0.87% | - |
| XYZ | 37.18 | 56.9 | 56.6 | - |
| YUV | 170.28 | 137.99 | 50.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 222 | 188 | 0.72 | 0 | 0.15 | 0.13 | 167.25 | 0.71 | 0.56 |
| Hex | 3E | DE | BC | 48 | 0 | F | D | A7 | 47 | 38 |
| Octal | 76 | 336 | 274 | 110 | 0 | 17 | 15 | 247 | 107 | 70 |
| Binary | 111110 | 11011110 | 10111100 | 1001000 | 0 | 1111 | 1101 | 10100111 | 1000111 | 111000 |
Color Harmonies of #3EDEBC
Complementary color
Monochromatic Colors of #3EDEBC
Black with #3EDEBC
Text Example
Text Example
White with #3EDEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EDEBC; }
p { color: rgb(62,222,188); }
H1.HeaderClassName
{
color: #3EDEBC;
}
.AnyTagClassName
{
color: #3EDEBC;
}
</style>
background-color css
<style>
a { background-color: #3EDEBC; }
a { background-color: rgb(62,222,188); }
div.DivClassName
{
background-color: #3EDEBC;
}
.BgClassName
{
background-color: #3EDEBC;
}
</style>
border-color css
<style>
span { border-color: #3EDEBC; }
span { border-color: rgb(62,222,188); }
td.TdClassName
{
border-color: #3EDEBC;
}
.TagClassName
{
border-color: #3EDEBC;
}
</style>