Shades of Medium Turquoise #3FC4BB
Tints of Medium Turquoise #3FC4BB
RGB
CMYK
RGB Variations
Color information
#3FC4BB (or 0x3FC4BB) is known color: Medium Turquoise. HEX triplet: 3F, C4 and BB. RGB value is (63,196,187). Sum of RGB (Red+Green+Blue) = 63+196+187=446 (59% of max value = 765). Red value is 63 (25% from 255 or 14.13% from 446); Green value is 196 (76.95% from 255 or 43.95% from 446); Blue value is 187 (73.44% from 255 or 41.93% from 446); Max value from RGB is 196 - color contains mainly: green. Hex color #3FC4BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FC4BB is #C03B44. Grayscale: #9B9B9B. Windows color (decimal): -12598085 or 12305471. OLE color: 12305471.
HSL color Cylindrical-coordinate representation of color #3FC4BB: hue angle of 175.94º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3FC4BB is Cyan = 0.68, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 63 | 196 | 187 | - |
| CMYK | 0.68 | 0 | 0.05 | 0.23 |
| HSL | 175.94º | 0.53% | 0.51% | - |
| HSV(B) | 175.94º | 0.68% | 0.77% | - |
| XYZ | 30.76 | 44.12 | 53.91 | - |
| YUV | 155.21 | 145.94 | 62.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 196 | 187 | 0.68 | 0 | 0.05 | 0.23 | 175.94 | 0.53 | 0.51 |
| Hex | 3F | C4 | BB | 44 | 0 | 5 | 17 | B0 | 35 | 33 |
| Octal | 77 | 304 | 273 | 104 | 0 | 5 | 27 | 260 | 65 | 63 |
| Binary | 111111 | 11000100 | 10111011 | 1000100 | 0 | 101 | 10111 | 10110000 | 110101 | 110011 |
Color Harmonies of #3FC4BB
Complementary color
Monochromatic Colors of #3FC4BB
Black with #3FC4BB
Text Example
Text Example
White with #3FC4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FC4BB; }
p { color: rgb(63,196,187); }
H1.HeaderClassName
{
color: #3FC4BB;
}
.AnyTagClassName
{
color: #3FC4BB;
}
</style>
background-color css
<style>
a { background-color: #3FC4BB; }
a { background-color: rgb(63,196,187); }
div.DivClassName
{
background-color: #3FC4BB;
}
.BgClassName
{
background-color: #3FC4BB;
}
</style>
border-color css
<style>
span { border-color: #3FC4BB; }
span { border-color: rgb(63,196,187); }
td.TdClassName
{
border-color: #3FC4BB;
}
.TagClassName
{
border-color: #3FC4BB;
}
</style>