Shades of Medium Turquoise #3FC9B2
Tints of Medium Turquoise #3FC9B2
RGB
CMYK
RGB Variations
Color information
#3FC9B2 (or 0x3FC9B2) is known color: Medium Turquoise. HEX triplet: 3F, C9 and B2. RGB value is (63,201,178). Sum of RGB (Red+Green+Blue) = 63+201+178=442 (58% of max value = 765). Red value is 63 (25% from 255 or 14.25% from 442); Green value is 201 (78.91% from 255 or 45.48% from 442); Blue value is 178 (69.92% from 255 or 40.27% from 442); Max value from RGB is 201 - color contains mainly: green. Hex color #3FC9B2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FC9B2 is #C0364D. Grayscale: #9D9D9D. Windows color (decimal): -12596814 or 11716927. OLE color: 11716927.
HSL color Cylindrical-coordinate representation of color #3FC9B2: hue angle of 170º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3FC9B2 is Cyan = 0.69, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 63 | 201 | 178 | - |
| CMYK | 0.69 | 0 | 0.11 | 0.21 |
| HSL | 170º | 0.56% | 0.52% | - |
| HSV(B) | 170º | 0.69% | 0.79% | - |
| XYZ | 30.97 | 46.04 | 49.37 | - |
| YUV | 157.12 | 139.78 | 60.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 201 | 178 | 0.69 | 0 | 0.11 | 0.21 | 170 | 0.56 | 0.52 |
| Hex | 3F | C9 | B2 | 45 | 0 | B | 15 | AA | 38 | 34 |
| Octal | 77 | 311 | 262 | 105 | 0 | 13 | 25 | 252 | 70 | 64 |
| Binary | 111111 | 11001001 | 10110010 | 1000101 | 0 | 1011 | 10101 | 10101010 | 111000 | 110100 |
Color Harmonies of #3FC9B2
Complementary color
Monochromatic Colors of #3FC9B2
Black with #3FC9B2
Text Example
Text Example
White with #3FC9B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FC9B2; }
p { color: rgb(63,201,178); }
H1.HeaderClassName
{
color: #3FC9B2;
}
.AnyTagClassName
{
color: #3FC9B2;
}
</style>
background-color css
<style>
a { background-color: #3FC9B2; }
a { background-color: rgb(63,201,178); }
div.DivClassName
{
background-color: #3FC9B2;
}
.BgClassName
{
background-color: #3FC9B2;
}
</style>
border-color css
<style>
span { border-color: #3FC9B2; }
span { border-color: rgb(63,201,178); }
td.TdClassName
{
border-color: #3FC9B2;
}
.TagClassName
{
border-color: #3FC9B2;
}
</style>