Shades of Medium Turquoise #3FBFC1
Tints of Medium Turquoise #3FBFC1
RGB
CMYK
RGB Variations
Color information
#3FBFC1 (or 0x3FBFC1) is known color: Medium Turquoise. HEX triplet: 3F, BF and C1. RGB value is (63,191,193). Sum of RGB (Red+Green+Blue) = 63+191+193=447 (59% of max value = 765). Red value is 63 (25% from 255 or 14.09% from 447); Green value is 191 (75% from 255 or 42.73% from 447); Blue value is 193 (75.78% from 255 or 43.18% from 447); Max value from RGB is 193 - color contains mainly: blue. Hex color #3FBFC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FBFC1 is #C0403E. Grayscale: #989898. Windows color (decimal): -12599359 or 12697407. OLE color: 12697407.
HSL color Cylindrical-coordinate representation of color #3FBFC1: hue angle of 180.92º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3FBFC1 is Cyan = 0.67, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 63 | 191 | 193 | - |
| CMYK | 0.67 | 0.01 | 0 | 0.24 |
| HSL | 180.92º | 0.51% | 0.5% | - |
| HSV(B) | 180.92º | 0.67% | 0.76% | - |
| XYZ | 30.31 | 42.17 | 56.99 | - |
| YUV | 152.96 | 150.59 | 63.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 191 | 193 | 0.67 | 0.01 | 0 | 0.24 | 180.92 | 0.51 | 0.5 |
| Hex | 3F | BF | C1 | 43 | 1 | 0 | 18 | B5 | 33 | 32 |
| Octal | 77 | 277 | 301 | 103 | 1 | 0 | 30 | 265 | 63 | 62 |
| Binary | 111111 | 10111111 | 11000001 | 1000011 | 1 | 0 | 11000 | 10110101 | 110011 | 110010 |
Color Harmonies of #3FBFC1
Complementary color
Monochromatic Colors of #3FBFC1
Black with #3FBFC1
Text Example
Text Example
White with #3FBFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBFC1; }
p { color: rgb(63,191,193); }
H1.HeaderClassName
{
color: #3FBFC1;
}
.AnyTagClassName
{
color: #3FBFC1;
}
</style>
background-color css
<style>
a { background-color: #3FBFC1; }
a { background-color: rgb(63,191,193); }
div.DivClassName
{
background-color: #3FBFC1;
}
.BgClassName
{
background-color: #3FBFC1;
}
</style>
border-color css
<style>
span { border-color: #3FBFC1; }
span { border-color: rgb(63,191,193); }
td.TdClassName
{
border-color: #3FBFC1;
}
.TagClassName
{
border-color: #3FBFC1;
}
</style>