Shades of Turquoise #3FFEBC
Tints of Turquoise #3FFEBC
RGB
CMYK
RGB Variations
Color information
#3FFEBC (or 0x3FFEBC) is known color: Turquoise. HEX triplet: 3F, FE and BC. RGB value is (63,254,188). Sum of RGB (Red+Green+Blue) = 63+254+188=505 (66% of max value = 765). Red value is 63 (25% from 255 or 12.48% from 505); Green value is 254 (99.61% from 255 or 50.30% from 505); Blue value is 188 (73.83% from 255 or 37.23% from 505); Max value from RGB is 254 - color contains mainly: green. Hex color #3FFEBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FFEBC is #C00143. Grayscale: #BDBDBD. Windows color (decimal): -12583236 or 12385855. OLE color: 12385855.
HSL color Cylindrical-coordinate representation of color #3FFEBC: hue angle of 159.27º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FFEBC is Cyan = 0.75, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 63 | 254 | 188 | - |
| CMYK | 0.75 | 0 | 0.26 | 0.00 |
| HSL | 159.27º | 0.99% | 0.62% | - |
| HSV(B) | 159.27º | 0.75% | 1% | - |
| XYZ | 46.57 | 75.57 | 59.71 | - |
| YUV | 189.37 | 127.22 | 37.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 254 | 188 | 0.75 | 0 | 0.26 | 0.00 | 159.27 | 0.99 | 0.62 |
| Hex | 3F | FE | BC | 4B | 0 | 1A | 0 | 9F | 63 | 3E |
| Octal | 77 | 376 | 274 | 113 | 0 | 32 | 0 | 237 | 143 | 76 |
| Binary | 111111 | 11111110 | 10111100 | 1001011 | 0 | 11010 | 0 | 10011111 | 1100011 | 111110 |
Color Harmonies of #3FFEBC
Complementary color
Monochromatic Colors of #3FFEBC
Black with #3FFEBC
Text Example
Text Example
White with #3FFEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFEBC; }
p { color: rgb(63,254,188); }
H1.HeaderClassName
{
color: #3FFEBC;
}
.AnyTagClassName
{
color: #3FFEBC;
}
</style>
background-color css
<style>
a { background-color: #3FFEBC; }
a { background-color: rgb(63,254,188); }
div.DivClassName
{
background-color: #3FFEBC;
}
.BgClassName
{
background-color: #3FFEBC;
}
</style>
border-color css
<style>
span { border-color: #3FFEBC; }
span { border-color: rgb(63,254,188); }
td.TdClassName
{
border-color: #3FFEBC;
}
.TagClassName
{
border-color: #3FFEBC;
}
</style>