Shades of Turquoise #3EFFBC
Tints of Turquoise #3EFFBC
RGB
CMYK
RGB Variations
Color information
#3EFFBC (or 0x3EFFBC) is known color: Turquoise. HEX triplet: 3E, FF and BC. RGB value is (62,255,188). Sum of RGB (Red+Green+Blue) = 62+255+188=505 (66% of max value = 765). Red value is 62 (24.61% from 255 or 12.28% from 505); Green value is 255 (100% from 255 or 50.50% from 505); Blue value is 188 (73.83% from 255 or 37.23% from 505); Max value from RGB is 255 - color contains mainly: green. Hex color #3EFFBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EFFBC is #C10043. Grayscale: #BDBDBD. Windows color (decimal): -12648516 or 12386110. OLE color: 12386110.
HSL color Cylindrical-coordinate representation of color #3EFFBC: hue angle of 159.17º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3EFFBC is Cyan = 0.76, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 62 | 255 | 188 | - |
| CMYK | 0.76 | 0 | 0.26 | 0 |
| HSL | 159.17º | 1% | 0.62% | - |
| HSV(B) | 159.17º | 0.76% | 1% | - |
| XYZ | 46.82 | 76.17 | 59.81 | - |
| YUV | 189.66 | 127.06 | 36.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 255 | 188 | 0.76 | 0 | 0.26 | 0 | 159.17 | 1 | 0.62 |
| Hex | 3E | FF | BC | 4C | 0 | 1A | 0 | 9F | 64 | 3E |
| Octal | 76 | 377 | 274 | 114 | 0 | 32 | 0 | 237 | 144 | 76 |
| Binary | 111110 | 11111111 | 10111100 | 1001100 | 0 | 11010 | 0 | 10011111 | 1100100 | 111110 |
Color Harmonies of #3EFFBC
Complementary color
Monochromatic Colors of #3EFFBC
Black with #3EFFBC
Text Example
Text Example
White with #3EFFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EFFBC; }
p { color: rgb(62,255,188); }
H1.HeaderClassName
{
color: #3EFFBC;
}
.AnyTagClassName
{
color: #3EFFBC;
}
</style>
background-color css
<style>
a { background-color: #3EFFBC; }
a { background-color: rgb(62,255,188); }
div.DivClassName
{
background-color: #3EFFBC;
}
.BgClassName
{
background-color: #3EFFBC;
}
</style>
border-color css
<style>
span { border-color: #3EFFBC; }
span { border-color: rgb(62,255,188); }
td.TdClassName
{
border-color: #3EFFBC;
}
.TagClassName
{
border-color: #3EFFBC;
}
</style>