Shades of Turquoise #3BFACF
Tints of Turquoise #3BFACF
RGB
CMYK
RGB Variations
Color information
#3BFACF (or 0x3BFACF) is known color: Turquoise. HEX triplet: 3B, FA and CF. RGB value is (59,250,207). Sum of RGB (Red+Green+Blue) = 59+250+207=516 (68% of max value = 765). Red value is 59 (23.44% from 255 or 11.43% from 516); Green value is 250 (98.05% from 255 or 48.45% from 516); Blue value is 207 (81.25% from 255 or 40.12% from 516); Max value from RGB is 250 - color contains mainly: green. Hex color #3BFACF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BFACF is #C40530. Grayscale: #BBBBBB. Windows color (decimal): -12846385 or 13630011. OLE color: 13630011.
HSL color Cylindrical-coordinate representation of color #3BFACF: hue angle of 166.49º 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 #3BFACF is Cyan = 0.76, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 59 | 250 | 207 | - |
| CMYK | 0.76 | 0 | 0.17 | 0.02 |
| HSL | 166.49º | 0.95% | 0.61% | - |
| HSV(B) | 166.49º | 0.76% | 0.98% | - |
| XYZ | 47.25 | 73.81 | 70.79 | - |
| YUV | 187.99 | 138.72 | 36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 250 | 207 | 0.76 | 0 | 0.17 | 0.02 | 166.49 | 0.95 | 0.61 |
| Hex | 3B | FA | CF | 4C | 0 | 11 | 2 | A6 | 5F | 3D |
| Octal | 73 | 372 | 317 | 114 | 0 | 21 | 2 | 246 | 137 | 75 |
| Binary | 111011 | 11111010 | 11001111 | 1001100 | 0 | 10001 | 10 | 10100110 | 1011111 | 111101 |
Color Harmonies of #3BFACF
Complementary color
Monochromatic Colors of #3BFACF
Black with #3BFACF
Text Example
Text Example
White with #3BFACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFACF; }
p { color: rgb(59,250,207); }
H1.HeaderClassName
{
color: #3BFACF;
}
.AnyTagClassName
{
color: #3BFACF;
}
</style>
background-color css
<style>
a { background-color: #3BFACF; }
a { background-color: rgb(59,250,207); }
div.DivClassName
{
background-color: #3BFACF;
}
.BgClassName
{
background-color: #3BFACF;
}
</style>
border-color css
<style>
span { border-color: #3BFACF; }
span { border-color: rgb(59,250,207); }
td.TdClassName
{
border-color: #3BFACF;
}
.TagClassName
{
border-color: #3BFACF;
}
</style>