Shades of Medium Turquoise #3FBDB9
Tints of Medium Turquoise #3FBDB9
RGB
CMYK
RGB Variations
Color information
#3FBDB9 (or 0x3FBDB9) is known color: Medium Turquoise. HEX triplet: 3F, BD and B9. RGB value is (63,189,185). Sum of RGB (Red+Green+Blue) = 63+189+185=437 (57% of max value = 765). Red value is 63 (25% from 255 or 14.42% from 437); Green value is 189 (74.22% from 255 or 43.25% from 437); Blue value is 185 (72.66% from 255 or 42.33% from 437); Max value from RGB is 189 - color contains mainly: green. Hex color #3FBDB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FBDB9 is #C04246. Grayscale: #969696. Windows color (decimal): -12599879 or 12172607. OLE color: 12172607.
HSL color Cylindrical-coordinate representation of color #3FBDB9: hue angle of 178.1º 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 #3FBDB9 is Cyan = 0.67, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 63 | 189 | 185 | - |
| CMYK | 0.67 | 0 | 0.02 | 0.26 |
| HSL | 178.1º | 0.5% | 0.49% | - |
| HSV(B) | 178.1º | 0.67% | 0.74% | - |
| XYZ | 29 | 40.95 | 52.28 | - |
| YUV | 150.87 | 147.26 | 65.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 189 | 185 | 0.67 | 0 | 0.02 | 0.26 | 178.1 | 0.5 | 0.49 |
| Hex | 3F | BD | B9 | 43 | 0 | 2 | 1A | B2 | 32 | 31 |
| Octal | 77 | 275 | 271 | 103 | 0 | 2 | 32 | 262 | 62 | 61 |
| Binary | 111111 | 10111101 | 10111001 | 1000011 | 0 | 10 | 11010 | 10110010 | 110010 | 110001 |
Color Harmonies of #3FBDB9
Complementary color
Monochromatic Colors of #3FBDB9
Black with #3FBDB9
Text Example
Text Example
White with #3FBDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBDB9; }
p { color: rgb(63,189,185); }
H1.HeaderClassName
{
color: #3FBDB9;
}
.AnyTagClassName
{
color: #3FBDB9;
}
</style>
background-color css
<style>
a { background-color: #3FBDB9; }
a { background-color: rgb(63,189,185); }
div.DivClassName
{
background-color: #3FBDB9;
}
.BgClassName
{
background-color: #3FBDB9;
}
</style>
border-color css
<style>
span { border-color: #3FBDB9; }
span { border-color: rgb(63,189,185); }
td.TdClassName
{
border-color: #3FBDB9;
}
.TagClassName
{
border-color: #3FBDB9;
}
</style>