Shades of Medium Turquoise #3FBEB9
Tints of Medium Turquoise #3FBEB9
RGB
CMYK
RGB Variations
Color information
#3FBEB9 (or 0x3FBEB9) is known color: Medium Turquoise. HEX triplet: 3F, BE and B9. RGB value is (63,190,185). Sum of RGB (Red+Green+Blue) = 63+190+185=438 (58% of max value = 765). Red value is 63 (25% from 255 or 14.38% from 438); Green value is 190 (74.61% from 255 or 43.38% from 438); Blue value is 185 (72.66% from 255 or 42.24% from 438); Max value from RGB is 190 - color contains mainly: green. Hex color #3FBEB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FBEB9 is #C04146. Grayscale: #979797. Windows color (decimal): -12599623 or 12172863. OLE color: 12172863.
HSL color Cylindrical-coordinate representation of color #3FBEB9: hue angle of 177.64º 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 #3FBEB9 is Cyan = 0.67, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 63 | 190 | 185 | - |
| CMYK | 0.67 | 0 | 0.03 | 0.25 |
| HSL | 177.64º | 0.5% | 0.5% | - |
| HSV(B) | 177.64º | 0.67% | 0.75% | - |
| XYZ | 29.22 | 41.39 | 52.35 | - |
| YUV | 151.46 | 146.92 | 64.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 190 | 185 | 0.67 | 0 | 0.03 | 0.25 | 177.64 | 0.5 | 0.5 |
| Hex | 3F | BE | B9 | 43 | 0 | 3 | 19 | B2 | 32 | 32 |
| Octal | 77 | 276 | 271 | 103 | 0 | 3 | 31 | 262 | 62 | 62 |
| Binary | 111111 | 10111110 | 10111001 | 1000011 | 0 | 11 | 11001 | 10110010 | 110010 | 110010 |
Color Harmonies of #3FBEB9
Complementary color
Monochromatic Colors of #3FBEB9
Black with #3FBEB9
Text Example
Text Example
White with #3FBEB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBEB9; }
p { color: rgb(63,190,185); }
H1.HeaderClassName
{
color: #3FBEB9;
}
.AnyTagClassName
{
color: #3FBEB9;
}
</style>
background-color css
<style>
a { background-color: #3FBEB9; }
a { background-color: rgb(63,190,185); }
div.DivClassName
{
background-color: #3FBEB9;
}
.BgClassName
{
background-color: #3FBEB9;
}
</style>
border-color css
<style>
span { border-color: #3FBEB9; }
span { border-color: rgb(63,190,185); }
td.TdClassName
{
border-color: #3FBEB9;
}
.TagClassName
{
border-color: #3FBEB9;
}
</style>