Shades of Medium Turquoise #3FBEB5
Tints of Medium Turquoise #3FBEB5
RGB
CMYK
RGB Variations
Color information
#3FBEB5 (or 0x3FBEB5) is known color: Medium Turquoise. HEX triplet: 3F, BE and B5. RGB value is (63,190,181). Sum of RGB (Red+Green+Blue) = 63+190+181=434 (57% of max value = 765). Red value is 63 (25% from 255 or 14.52% from 434); Green value is 190 (74.61% from 255 or 43.78% from 434); Blue value is 181 (71.09% from 255 or 41.71% from 434); Max value from RGB is 190 - color contains mainly: green. Hex color #3FBEB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FBEB5 is #C0414A. Grayscale: #969696. Windows color (decimal): -12599627 or 11910719. OLE color: 11910719.
HSL color Cylindrical-coordinate representation of color #3FBEB5: hue angle of 175.75º 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 #3FBEB5 is Cyan = 0.67, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 63 | 190 | 181 | - |
| CMYK | 0.67 | 0 | 0.05 | 0.25 |
| HSL | 175.75º | 0.5% | 0.5% | - |
| HSV(B) | 175.75º | 0.67% | 0.75% | - |
| XYZ | 28.8 | 41.22 | 50.15 | - |
| YUV | 151 | 144.92 | 65.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 190 | 181 | 0.67 | 0 | 0.05 | 0.25 | 175.75 | 0.5 | 0.5 |
| Hex | 3F | BE | B5 | 43 | 0 | 5 | 19 | B0 | 32 | 32 |
| Octal | 77 | 276 | 265 | 103 | 0 | 5 | 31 | 260 | 62 | 62 |
| Binary | 111111 | 10111110 | 10110101 | 1000011 | 0 | 101 | 11001 | 10110000 | 110010 | 110010 |
Color Harmonies of #3FBEB5
Complementary color
Monochromatic Colors of #3FBEB5
Black with #3FBEB5
Text Example
Text Example
White with #3FBEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBEB5; }
p { color: rgb(63,190,181); }
H1.HeaderClassName
{
color: #3FBEB5;
}
.AnyTagClassName
{
color: #3FBEB5;
}
</style>
background-color css
<style>
a { background-color: #3FBEB5; }
a { background-color: rgb(63,190,181); }
div.DivClassName
{
background-color: #3FBEB5;
}
.BgClassName
{
background-color: #3FBEB5;
}
</style>
border-color css
<style>
span { border-color: #3FBEB5; }
span { border-color: rgb(63,190,181); }
td.TdClassName
{
border-color: #3FBEB5;
}
.TagClassName
{
border-color: #3FBEB5;
}
</style>