Shades of Turquoise #3FFFB6
Tints of Turquoise #3FFFB6
RGB
CMYK
RGB Variations
Color information
#3FFFB6 (or 0x3FFFB6) is known color: Turquoise. HEX triplet: 3F, FF and B6. RGB value is (63,255,182). Sum of RGB (Red+Green+Blue) = 63+255+182=500 (66% of max value = 765). Red value is 63 (25% from 255 or 12.6% from 500); Green value is 255 (100% from 255 or 51% from 500); Blue value is 182 (71.48% from 255 or 36.4% from 500); Max value from RGB is 255 - color contains mainly: green. Hex color #3FFFB6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FFFB6 is #C00049. Grayscale: #BDBDBD. Windows color (decimal): -12582986 or 11992895. OLE color: 11992895.
HSL color Cylindrical-coordinate representation of color #3FFFB6: hue angle of 157.19º 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 #3FFFB6 is Cyan = 0.75, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 63 | 255 | 182 | - |
| CMYK | 0.75 | 0 | 0.29 | 0 |
| HSL | 157.19º | 1% | 0.62% | - |
| HSV(B) | 157.19º | 0.75% | 1% | - |
| XYZ | 46.25 | 75.95 | 56.48 | - |
| YUV | 189.27 | 123.89 | 37.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 255 | 182 | 0.75 | 0 | 0.29 | 0 | 157.19 | 1 | 0.62 |
| Hex | 3F | FF | B6 | 4B | 0 | 1D | 0 | 9D | 64 | 3E |
| Octal | 77 | 377 | 266 | 113 | 0 | 35 | 0 | 235 | 144 | 76 |
| Binary | 111111 | 11111111 | 10110110 | 1001011 | 0 | 11101 | 0 | 10011101 | 1100100 | 111110 |
Color Harmonies of #3FFFB6
Complementary color
Monochromatic Colors of #3FFFB6
Black with #3FFFB6
Text Example
Text Example
White with #3FFFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFFB6; }
p { color: rgb(63,255,182); }
H1.HeaderClassName
{
color: #3FFFB6;
}
.AnyTagClassName
{
color: #3FFFB6;
}
</style>
background-color css
<style>
a { background-color: #3FFFB6; }
a { background-color: rgb(63,255,182); }
div.DivClassName
{
background-color: #3FFFB6;
}
.BgClassName
{
background-color: #3FFFB6;
}
</style>
border-color css
<style>
span { border-color: #3FFFB6; }
span { border-color: rgb(63,255,182); }
td.TdClassName
{
border-color: #3FFFB6;
}
.TagClassName
{
border-color: #3FFFB6;
}
</style>