Shades of Turquoise #3EEFBC
Tints of Turquoise #3EEFBC
RGB
CMYK
RGB Variations
Color information
#3EEFBC (or 0x3EEFBC) is known color: Turquoise. HEX triplet: 3E, EF and BC. RGB value is (62,239,188). Sum of RGB (Red+Green+Blue) = 62+239+188=489 (64% of max value = 765). Red value is 62 (24.61% from 255 or 12.68% from 489); Green value is 239 (93.75% from 255 or 48.88% from 489); Blue value is 188 (73.83% from 255 or 38.45% from 489); Max value from RGB is 239 - color contains mainly: green. Hex color #3EEFBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EEFBC is #C11043. Grayscale: #B4B4B4. Windows color (decimal): -12652612 or 12382014. OLE color: 12382014.
HSL color Cylindrical-coordinate representation of color #3EEFBC: hue angle of 162.71º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3EEFBC is Cyan = 0.74, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 62 | 239 | 188 | - |
| CMYK | 0.74 | 0 | 0.21 | 0.06 |
| HSL | 162.71º | 0.85% | 0.59% | - |
| HSV(B) | 162.71º | 0.74% | 0.94% | - |
| XYZ | 41.93 | 66.39 | 58.18 | - |
| YUV | 180.26 | 132.36 | 43.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 239 | 188 | 0.74 | 0 | 0.21 | 0.06 | 162.71 | 0.85 | 0.59 |
| Hex | 3E | EF | BC | 4A | 0 | 15 | 6 | A3 | 55 | 3B |
| Octal | 76 | 357 | 274 | 112 | 0 | 25 | 6 | 243 | 125 | 73 |
| Binary | 111110 | 11101111 | 10111100 | 1001010 | 0 | 10101 | 110 | 10100011 | 1010101 | 111011 |
Color Harmonies of #3EEFBC
Complementary color
Monochromatic Colors of #3EEFBC
Black with #3EEFBC
Text Example
Text Example
White with #3EEFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EEFBC; }
p { color: rgb(62,239,188); }
H1.HeaderClassName
{
color: #3EEFBC;
}
.AnyTagClassName
{
color: #3EEFBC;
}
</style>
background-color css
<style>
a { background-color: #3EEFBC; }
a { background-color: rgb(62,239,188); }
div.DivClassName
{
background-color: #3EEFBC;
}
.BgClassName
{
background-color: #3EEFBC;
}
</style>
border-color css
<style>
span { border-color: #3EEFBC; }
span { border-color: rgb(62,239,188); }
td.TdClassName
{
border-color: #3EEFBC;
}
.TagClassName
{
border-color: #3EEFBC;
}
</style>