Shades of Turquoise #3FFFBE
Tints of Turquoise #3FFFBE
RGB
CMYK
RGB Variations
Color information
#3FFFBE (or 0x3FFFBE) is known color: Turquoise. HEX triplet: 3F, FF and BE. RGB value is (63,255,190). Sum of RGB (Red+Green+Blue) = 63+255+190=508 (67% of max value = 765). Red value is 63 (25% from 255 or 12.40% from 508); Green value is 255 (100% from 255 or 50.20% from 508); Blue value is 190 (74.61% from 255 or 37.40% from 508); Max value from RGB is 255 - color contains mainly: green. Hex color #3FFFBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FFFBE is #C00041. Grayscale: #BEBEBE. Windows color (decimal): -12582978 or 12517183. OLE color: 12517183.
HSL color Cylindrical-coordinate representation of color #3FFFBE: hue angle of 159.69º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FFFBE is Cyan = 0.75, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 63 | 255 | 190 | - |
| CMYK | 0.75 | 0 | 0.25 | 0 |
| HSL | 159.69º | 1% | 0.62% | - |
| HSV(B) | 159.69º | 0.75% | 1% | - |
| XYZ | 47.1 | 76.29 | 60.96 | - |
| YUV | 190.18 | 127.89 | 37.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 255 | 190 | 0.75 | 0 | 0.25 | 0 | 159.69 | 1 | 0.62 |
| Hex | 3F | FF | BE | 4B | 0 | 19 | 0 | A0 | 64 | 3E |
| Octal | 77 | 377 | 276 | 113 | 0 | 31 | 0 | 240 | 144 | 76 |
| Binary | 111111 | 11111111 | 10111110 | 1001011 | 0 | 11001 | 0 | 10100000 | 1100100 | 111110 |
Color Harmonies of #3FFFBE
Complementary color
Monochromatic Colors of #3FFFBE
Black with #3FFFBE
Text Example
Text Example
White with #3FFFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFFBE; }
p { color: rgb(63,255,190); }
H1.HeaderClassName
{
color: #3FFFBE;
}
.AnyTagClassName
{
color: #3FFFBE;
}
</style>
background-color css
<style>
a { background-color: #3FFFBE; }
a { background-color: rgb(63,255,190); }
div.DivClassName
{
background-color: #3FFFBE;
}
.BgClassName
{
background-color: #3FFFBE;
}
</style>
border-color css
<style>
span { border-color: #3FFFBE; }
span { border-color: rgb(63,255,190); }
td.TdClassName
{
border-color: #3FFFBE;
}
.TagClassName
{
border-color: #3FFFBE;
}
</style>