Shades of Medium Turquoise #3FBDB6
Tints of Medium Turquoise #3FBDB6
RGB
CMYK
RGB Variations
Color information
#3FBDB6 (or 0x3FBDB6) is known color: Medium Turquoise. HEX triplet: 3F, BD and B6. RGB value is (63,189,182). Sum of RGB (Red+Green+Blue) = 63+189+182=434 (57% of max value = 765). Red value is 63 (25% from 255 or 14.52% from 434); Green value is 189 (74.22% from 255 or 43.55% from 434); Blue value is 182 (71.48% from 255 or 41.94% from 434); Max value from RGB is 189 - color contains mainly: green. Hex color #3FBDB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FBDB6 is #C04249. Grayscale: #969696. Windows color (decimal): -12599882 or 11975999. OLE color: 11975999.
HSL color Cylindrical-coordinate representation of color #3FBDB6: hue angle of 176.67º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3FBDB6 is Cyan = 0.67, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 63 | 189 | 182 | - |
| CMYK | 0.67 | 0 | 0.04 | 0.26 |
| HSL | 176.67º | 0.5% | 0.49% | - |
| HSV(B) | 176.67º | 0.67% | 0.74% | - |
| XYZ | 28.69 | 40.83 | 50.62 | - |
| YUV | 150.53 | 145.76 | 65.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 189 | 182 | 0.67 | 0 | 0.04 | 0.26 | 176.67 | 0.5 | 0.49 |
| Hex | 3F | BD | B6 | 43 | 0 | 4 | 1A | B1 | 32 | 31 |
| Octal | 77 | 275 | 266 | 103 | 0 | 4 | 32 | 261 | 62 | 61 |
| Binary | 111111 | 10111101 | 10110110 | 1000011 | 0 | 100 | 11010 | 10110001 | 110010 | 110001 |
Color Harmonies of #3FBDB6
Complementary color
Monochromatic Colors of #3FBDB6
Black with #3FBDB6
Text Example
Text Example
White with #3FBDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBDB6; }
p { color: rgb(63,189,182); }
H1.HeaderClassName
{
color: #3FBDB6;
}
.AnyTagClassName
{
color: #3FBDB6;
}
</style>
background-color css
<style>
a { background-color: #3FBDB6; }
a { background-color: rgb(63,189,182); }
div.DivClassName
{
background-color: #3FBDB6;
}
.BgClassName
{
background-color: #3FBDB6;
}
</style>
border-color css
<style>
span { border-color: #3FBDB6; }
span { border-color: rgb(63,189,182); }
td.TdClassName
{
border-color: #3FBDB6;
}
.TagClassName
{
border-color: #3FBDB6;
}
</style>