Shades of Medium Turquoise #3FBEBE
Tints of Medium Turquoise #3FBEBE
RGB
CMYK
RGB Variations
Color information
#3FBEBE (or 0x3FBEBE) is known color: Medium Turquoise. HEX triplet: 3F, BE and BE. RGB value is (63,190,190). Sum of RGB (Red+Green+Blue) = 63+190+190=443 (58% of max value = 765). Red value is 63 (25% from 255 or 14.22% from 443); Green value is 190 (74.61% from 255 or 42.89% from 443); Blue value is 190 (74.61% from 255 or 42.89% from 443); Max value from RGB is 190 - color contains mainly: green, blue. Hex color #3FBEBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FBEBE is #C04141. Grayscale: #979797. Windows color (decimal): -12599618 or 12500543. OLE color: 12500543.
HSL color Cylindrical-coordinate representation of color #3FBEBE: hue angle of 180º 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 #3FBEBE is Cyan = 0.67, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 63 | 190 | 190 | - |
| CMYK | 0.67 | 0 | 0 | 0.25 |
| HSL | 180º | 0.5% | 0.5% | - |
| HSV(B) | 180º | 0.67% | 0.75% | - |
| XYZ | 29.76 | 41.6 | 55.18 | - |
| YUV | 152.03 | 149.42 | 64.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 190 | 190 | 0.67 | 0 | 0 | 0.25 | 180 | 0.5 | 0.5 |
| Hex | 3F | BE | BE | 43 | 0 | 0 | 19 | B4 | 32 | 32 |
| Octal | 77 | 276 | 276 | 103 | 0 | 0 | 31 | 264 | 62 | 62 |
| Binary | 111111 | 10111110 | 10111110 | 1000011 | 0 | 0 | 11001 | 10110100 | 110010 | 110010 |
Color Harmonies of #3FBEBE
Complementary color
Monochromatic Colors of #3FBEBE
Black with #3FBEBE
Text Example
Text Example
White with #3FBEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBEBE; }
p { color: rgb(63,190,190); }
H1.HeaderClassName
{
color: #3FBEBE;
}
.AnyTagClassName
{
color: #3FBEBE;
}
</style>
background-color css
<style>
a { background-color: #3FBEBE; }
a { background-color: rgb(63,190,190); }
div.DivClassName
{
background-color: #3FBEBE;
}
.BgClassName
{
background-color: #3FBEBE;
}
</style>
border-color css
<style>
span { border-color: #3FBEBE; }
span { border-color: rgb(63,190,190); }
td.TdClassName
{
border-color: #3FBEBE;
}
.TagClassName
{
border-color: #3FBEBE;
}
</style>