Shades of Medium Turquoise #3FBFC6
Tints of Medium Turquoise #3FBFC6
RGB
CMYK
RGB Variations
Color information
#3FBFC6 (or 0x3FBFC6) is known color: Medium Turquoise. HEX triplet: 3F, BF and C6. RGB value is (63,191,198). Sum of RGB (Red+Green+Blue) = 63+191+198=452 (59% of max value = 765). Red value is 63 (25% from 255 or 13.94% from 452); Green value is 191 (75% from 255 or 42.26% from 452); Blue value is 198 (77.73% from 255 or 43.81% from 452); Max value from RGB is 198 - color contains mainly: blue. Hex color #3FBFC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FBFC6 is #C04039. Grayscale: #999999. Windows color (decimal): -12599354 or 13025087. OLE color: 13025087.
HSL color Cylindrical-coordinate representation of color #3FBFC6: hue angle of 183.11º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3FBFC6 is Cyan = 0.68, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 63 | 191 | 198 | - |
| CMYK | 0.68 | 0.04 | 0 | 0.22 |
| HSL | 183.11º | 0.54% | 0.51% | - |
| HSV(B) | 183.11º | 0.68% | 0.78% | - |
| XYZ | 30.87 | 42.4 | 59.98 | - |
| YUV | 153.53 | 153.09 | 63.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 191 | 198 | 0.68 | 0.04 | 0 | 0.22 | 183.11 | 0.54 | 0.51 |
| Hex | 3F | BF | C6 | 44 | 4 | 0 | 16 | B7 | 36 | 33 |
| Octal | 77 | 277 | 306 | 104 | 4 | 0 | 26 | 267 | 66 | 63 |
| Binary | 111111 | 10111111 | 11000110 | 1000100 | 100 | 0 | 10110 | 10110111 | 110110 | 110011 |
Color Harmonies of #3FBFC6
Complementary color
Monochromatic Colors of #3FBFC6
Black with #3FBFC6
Text Example
Text Example
White with #3FBFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBFC6; }
p { color: rgb(63,191,198); }
H1.HeaderClassName
{
color: #3FBFC6;
}
.AnyTagClassName
{
color: #3FBFC6;
}
</style>
background-color css
<style>
a { background-color: #3FBFC6; }
a { background-color: rgb(63,191,198); }
div.DivClassName
{
background-color: #3FBFC6;
}
.BgClassName
{
background-color: #3FBFC6;
}
</style>
border-color css
<style>
span { border-color: #3FBFC6; }
span { border-color: rgb(63,191,198); }
td.TdClassName
{
border-color: #3FBFC6;
}
.TagClassName
{
border-color: #3FBFC6;
}
</style>