Shades of Medium Turquoise #3FC3BB
Tints of Medium Turquoise #3FC3BB
RGB
CMYK
RGB Variations
Color information
#3FC3BB (or 0x3FC3BB) is known color: Medium Turquoise. HEX triplet: 3F, C3 and BB. RGB value is (63,195,187). Sum of RGB (Red+Green+Blue) = 63+195+187=445 (58% of max value = 765). Red value is 63 (25% from 255 or 14.16% from 445); Green value is 195 (76.56% from 255 or 43.82% from 445); Blue value is 187 (73.44% from 255 or 42.02% from 445); Max value from RGB is 195 - color contains mainly: green. Hex color #3FC3BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FC3BB is #C03C44. Grayscale: #9A9A9A. Windows color (decimal): -12598341 or 12305215. OLE color: 12305215.
HSL color Cylindrical-coordinate representation of color #3FC3BB: hue angle of 176.36º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3FC3BB is Cyan = 0.68, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 63 | 195 | 187 | - |
| CMYK | 0.68 | 0 | 0.04 | 0.24 |
| HSL | 176.36º | 0.52% | 0.51% | - |
| HSV(B) | 176.36º | 0.68% | 0.76% | - |
| XYZ | 30.53 | 43.67 | 53.83 | - |
| YUV | 154.62 | 146.27 | 62.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 195 | 187 | 0.68 | 0 | 0.04 | 0.24 | 176.36 | 0.52 | 0.51 |
| Hex | 3F | C3 | BB | 44 | 0 | 4 | 18 | B0 | 34 | 33 |
| Octal | 77 | 303 | 273 | 104 | 0 | 4 | 30 | 260 | 64 | 63 |
| Binary | 111111 | 11000011 | 10111011 | 1000100 | 0 | 100 | 11000 | 10110000 | 110100 | 110011 |
Color Harmonies of #3FC3BB
Complementary color
Monochromatic Colors of #3FC3BB
Black with #3FC3BB
Text Example
Text Example
White with #3FC3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FC3BB; }
p { color: rgb(63,195,187); }
H1.HeaderClassName
{
color: #3FC3BB;
}
.AnyTagClassName
{
color: #3FC3BB;
}
</style>
background-color css
<style>
a { background-color: #3FC3BB; }
a { background-color: rgb(63,195,187); }
div.DivClassName
{
background-color: #3FC3BB;
}
.BgClassName
{
background-color: #3FC3BB;
}
</style>
border-color css
<style>
span { border-color: #3FC3BB; }
span { border-color: rgb(63,195,187); }
td.TdClassName
{
border-color: #3FC3BB;
}
.TagClassName
{
border-color: #3FC3BB;
}
</style>