Shades of Medium Turquoise #3FBDBB
Tints of Medium Turquoise #3FBDBB
RGB
CMYK
RGB Variations
Color information
#3FBDBB (or 0x3FBDBB) is known color: Medium Turquoise. HEX triplet: 3F, BD and BB. RGB value is (63,189,187). Sum of RGB (Red+Green+Blue) = 63+189+187=439 (58% of max value = 765). Red value is 63 (25% from 255 or 14.35% from 439); Green value is 189 (74.22% from 255 or 43.05% from 439); Blue value is 187 (73.44% from 255 or 42.60% from 439); Max value from RGB is 189 - color contains mainly: green. Hex color #3FBDBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FBDBB is #C04244. Grayscale: #969696. Windows color (decimal): -12599877 or 12303679. OLE color: 12303679.
HSL color Cylindrical-coordinate representation of color #3FBDBB: hue angle of 179.05º 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 #3FBDBB is Cyan = 0.67, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 63 | 189 | 187 | - |
| CMYK | 0.67 | 0 | 0.01 | 0.26 |
| HSL | 179.05º | 0.5% | 0.49% | - |
| HSV(B) | 179.05º | 0.67% | 0.74% | - |
| XYZ | 29.22 | 41.04 | 53.4 | - |
| YUV | 151.1 | 148.26 | 65.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 189 | 187 | 0.67 | 0 | 0.01 | 0.26 | 179.05 | 0.5 | 0.49 |
| Hex | 3F | BD | BB | 43 | 0 | 1 | 1A | B3 | 32 | 31 |
| Octal | 77 | 275 | 273 | 103 | 0 | 1 | 32 | 263 | 62 | 61 |
| Binary | 111111 | 10111101 | 10111011 | 1000011 | 0 | 1 | 11010 | 10110011 | 110010 | 110001 |
Color Harmonies of #3FBDBB
Complementary color
Monochromatic Colors of #3FBDBB
Black with #3FBDBB
Text Example
Text Example
White with #3FBDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBDBB; }
p { color: rgb(63,189,187); }
H1.HeaderClassName
{
color: #3FBDBB;
}
.AnyTagClassName
{
color: #3FBDBB;
}
</style>
background-color css
<style>
a { background-color: #3FBDBB; }
a { background-color: rgb(63,189,187); }
div.DivClassName
{
background-color: #3FBDBB;
}
.BgClassName
{
background-color: #3FBDBB;
}
</style>
border-color css
<style>
span { border-color: #3FBDBB; }
span { border-color: rgb(63,189,187); }
td.TdClassName
{
border-color: #3FBDBB;
}
.TagClassName
{
border-color: #3FBDBB;
}
</style>