Shades of Turquoise #3FFFBC
Tints of Turquoise #3FFFBC
RGB
CMYK
RGB Variations
Color information
#3FFFBC (or 0x3FFFBC) is known color: Turquoise. HEX triplet: 3F, FF and BC. RGB value is (63,255,188). Sum of RGB (Red+Green+Blue) = 63+255+188=506 (67% of max value = 765). Red value is 63 (25% from 255 or 12.45% from 506); Green value is 255 (100% from 255 or 50.40% from 506); Blue value is 188 (73.83% from 255 or 37.15% from 506); Max value from RGB is 255 - color contains mainly: green. Hex color #3FFFBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FFFBC is #C00043. Grayscale: #BEBEBE. Windows color (decimal): -12582980 or 12386111. OLE color: 12386111.
HSL color Cylindrical-coordinate representation of color #3FFFBC: hue angle of 159.06º 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 #3FFFBC is Cyan = 0.75, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 63 | 255 | 188 | - |
| CMYK | 0.75 | 0 | 0.26 | 0 |
| HSL | 159.06º | 1% | 0.62% | - |
| HSV(B) | 159.06º | 0.75% | 1% | - |
| XYZ | 46.89 | 76.21 | 59.82 | - |
| YUV | 189.95 | 126.89 | 37.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 255 | 188 | 0.75 | 0 | 0.26 | 0 | 159.06 | 1 | 0.62 |
| Hex | 3F | FF | BC | 4B | 0 | 1A | 0 | 9F | 64 | 3E |
| Octal | 77 | 377 | 274 | 113 | 0 | 32 | 0 | 237 | 144 | 76 |
| Binary | 111111 | 11111111 | 10111100 | 1001011 | 0 | 11010 | 0 | 10011111 | 1100100 | 111110 |
Color Harmonies of #3FFFBC
Complementary color
Monochromatic Colors of #3FFFBC
Black with #3FFFBC
Text Example
Text Example
White with #3FFFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFFBC; }
p { color: rgb(63,255,188); }
H1.HeaderClassName
{
color: #3FFFBC;
}
.AnyTagClassName
{
color: #3FFFBC;
}
</style>
background-color css
<style>
a { background-color: #3FFFBC; }
a { background-color: rgb(63,255,188); }
div.DivClassName
{
background-color: #3FFFBC;
}
.BgClassName
{
background-color: #3FFFBC;
}
</style>
border-color css
<style>
span { border-color: #3FFFBC; }
span { border-color: rgb(63,255,188); }
td.TdClassName
{
border-color: #3FFFBC;
}
.TagClassName
{
border-color: #3FFFBC;
}
</style>