Shades of Turquoise #3BFACE
Tints of Turquoise #3BFACE
RGB
CMYK
RGB Variations
Color information
#3BFACE (or 0x3BFACE) is known color: Turquoise. HEX triplet: 3B, FA and CE. RGB value is (59,250,206). Sum of RGB (Red+Green+Blue) = 59+250+206=515 (68% of max value = 765). Red value is 59 (23.44% from 255 or 11.46% from 515); Green value is 250 (98.05% from 255 or 48.54% from 515); Blue value is 206 (80.86% from 255 or 40% from 515); Max value from RGB is 250 - color contains mainly: green. Hex color #3BFACE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BFACE is #C40531. Grayscale: #BBBBBB. Windows color (decimal): -12846386 or 13564475. OLE color: 13564475.
HSL color Cylindrical-coordinate representation of color #3BFACE: hue angle of 166.18º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3BFACE is Cyan = 0.76, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 59 | 250 | 206 | - |
| CMYK | 0.76 | 0 | 0.18 | 0.02 |
| HSL | 166.18º | 0.95% | 0.61% | - |
| HSV(B) | 166.18º | 0.76% | 0.98% | - |
| XYZ | 47.13 | 73.76 | 70.15 | - |
| YUV | 187.88 | 138.22 | 36.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 250 | 206 | 0.76 | 0 | 0.18 | 0.02 | 166.18 | 0.95 | 0.61 |
| Hex | 3B | FA | CE | 4C | 0 | 12 | 2 | A6 | 5F | 3D |
| Octal | 73 | 372 | 316 | 114 | 0 | 22 | 2 | 246 | 137 | 75 |
| Binary | 111011 | 11111010 | 11001110 | 1001100 | 0 | 10010 | 10 | 10100110 | 1011111 | 111101 |
Color Harmonies of #3BFACE
Complementary color
Monochromatic Colors of #3BFACE
Black with #3BFACE
Text Example
Text Example
White with #3BFACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFACE; }
p { color: rgb(59,250,206); }
H1.HeaderClassName
{
color: #3BFACE;
}
.AnyTagClassName
{
color: #3BFACE;
}
</style>
background-color css
<style>
a { background-color: #3BFACE; }
a { background-color: rgb(59,250,206); }
div.DivClassName
{
background-color: #3BFACE;
}
.BgClassName
{
background-color: #3BFACE;
}
</style>
border-color css
<style>
span { border-color: #3BFACE; }
span { border-color: rgb(59,250,206); }
td.TdClassName
{
border-color: #3BFACE;
}
.TagClassName
{
border-color: #3BFACE;
}
</style>