Shades of Medium Turquoise #3FBFBE
Tints of Medium Turquoise #3FBFBE
RGB
CMYK
RGB Variations
Color information
#3FBFBE (or 0x3FBFBE) is known color: Medium Turquoise. HEX triplet: 3F, BF and BE. RGB value is (63,191,190). Sum of RGB (Red+Green+Blue) = 63+191+190=444 (58% of max value = 765). Red value is 63 (25% from 255 or 14.19% from 444); Green value is 191 (75% from 255 or 43.02% from 444); Blue value is 190 (74.61% from 255 or 42.79% from 444); Max value from RGB is 191 - color contains mainly: green. Hex color #3FBFBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FBFBE is #C04041. Grayscale: #989898. Windows color (decimal): -12599362 or 12500799. OLE color: 12500799.
HSL color Cylindrical-coordinate representation of color #3FBFBE: hue angle of 179.53º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3FBFBE is Cyan = 0.67, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 63 | 191 | 190 | - |
| CMYK | 0.67 | 0 | 0.01 | 0.25 |
| HSL | 179.53º | 0.5% | 0.5% | - |
| HSV(B) | 179.53º | 0.67% | 0.75% | - |
| XYZ | 29.97 | 42.04 | 55.25 | - |
| YUV | 152.61 | 149.09 | 64.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 191 | 190 | 0.67 | 0 | 0.01 | 0.25 | 179.53 | 0.5 | 0.5 |
| Hex | 3F | BF | BE | 43 | 0 | 1 | 19 | B4 | 32 | 32 |
| Octal | 77 | 277 | 276 | 103 | 0 | 1 | 31 | 264 | 62 | 62 |
| Binary | 111111 | 10111111 | 10111110 | 1000011 | 0 | 1 | 11001 | 10110100 | 110010 | 110010 |
Color Harmonies of #3FBFBE
Complementary color
Monochromatic Colors of #3FBFBE
Black with #3FBFBE
Text Example
Text Example
White with #3FBFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBFBE; }
p { color: rgb(63,191,190); }
H1.HeaderClassName
{
color: #3FBFBE;
}
.AnyTagClassName
{
color: #3FBFBE;
}
</style>
background-color css
<style>
a { background-color: #3FBFBE; }
a { background-color: rgb(63,191,190); }
div.DivClassName
{
background-color: #3FBFBE;
}
.BgClassName
{
background-color: #3FBFBE;
}
</style>
border-color css
<style>
span { border-color: #3FBFBE; }
span { border-color: rgb(63,191,190); }
td.TdClassName
{
border-color: #3FBFBE;
}
.TagClassName
{
border-color: #3FBFBE;
}
</style>