Shades of Medium Turquoise #3FBFC3
Tints of Medium Turquoise #3FBFC3
RGB
CMYK
RGB Variations
Color information
#3FBFC3 (or 0x3FBFC3) is known color: Medium Turquoise. HEX triplet: 3F, BF and C3. RGB value is (63,191,195). Sum of RGB (Red+Green+Blue) = 63+191+195=449 (59% of max value = 765). Red value is 63 (25% from 255 or 14.03% from 449); Green value is 191 (75% from 255 or 42.54% from 449); Blue value is 195 (76.56% from 255 or 43.43% from 449); Max value from RGB is 195 - color contains mainly: blue. Hex color #3FBFC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FBFC3 is #C0403C. Grayscale: #999999. Windows color (decimal): -12599357 or 12828479. OLE color: 12828479.
HSL color Cylindrical-coordinate representation of color #3FBFC3: hue angle of 181.82º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3FBFC3 is Cyan = 0.68, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 63 | 191 | 195 | - |
| CMYK | 0.68 | 0.02 | 0 | 0.24 |
| HSL | 181.82º | 0.52% | 0.51% | - |
| HSV(B) | 181.82º | 0.68% | 0.76% | - |
| XYZ | 30.53 | 42.26 | 58.18 | - |
| YUV | 153.18 | 151.59 | 63.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 191 | 195 | 0.68 | 0.02 | 0 | 0.24 | 181.82 | 0.52 | 0.51 |
| Hex | 3F | BF | C3 | 44 | 2 | 0 | 18 | B6 | 34 | 33 |
| Octal | 77 | 277 | 303 | 104 | 2 | 0 | 30 | 266 | 64 | 63 |
| Binary | 111111 | 10111111 | 11000011 | 1000100 | 10 | 0 | 11000 | 10110110 | 110100 | 110011 |
Color Harmonies of #3FBFC3
Complementary color
Monochromatic Colors of #3FBFC3
Black with #3FBFC3
Text Example
Text Example
White with #3FBFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBFC3; }
p { color: rgb(63,191,195); }
H1.HeaderClassName
{
color: #3FBFC3;
}
.AnyTagClassName
{
color: #3FBFC3;
}
</style>
background-color css
<style>
a { background-color: #3FBFC3; }
a { background-color: rgb(63,191,195); }
div.DivClassName
{
background-color: #3FBFC3;
}
.BgClassName
{
background-color: #3FBFC3;
}
</style>
border-color css
<style>
span { border-color: #3FBFC3; }
span { border-color: rgb(63,191,195); }
td.TdClassName
{
border-color: #3FBFC3;
}
.TagClassName
{
border-color: #3FBFC3;
}
</style>