Shades of Medium Turquoise #3FCBB7
Tints of Medium Turquoise #3FCBB7
RGB
CMYK
RGB Variations
Color information
#3FCBB7 (or 0x3FCBB7) is known color: Medium Turquoise. HEX triplet: 3F, CB and B7. RGB value is (63,203,183). Sum of RGB (Red+Green+Blue) = 63+203+183=449 (59% of max value = 765). Red value is 63 (25% from 255 or 14.03% from 449); Green value is 203 (79.69% from 255 or 45.21% from 449); Blue value is 183 (71.88% from 255 or 40.76% from 449); Max value from RGB is 203 - color contains mainly: green. Hex color #3FCBB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FCBB7 is #C03448. Grayscale: #9E9E9E. Windows color (decimal): -12596297 or 12045119. OLE color: 12045119.
HSL color Cylindrical-coordinate representation of color #3FCBB7: hue angle of 171.43º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3FCBB7 is Cyan = 0.69, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 63 | 203 | 183 | - |
| CMYK | 0.69 | 0 | 0.10 | 0.20 |
| HSL | 171.43º | 0.57% | 0.52% | - |
| HSV(B) | 171.43º | 0.69% | 0.8% | - |
| XYZ | 31.95 | 47.19 | 52.22 | - |
| YUV | 158.86 | 141.62 | 59.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 203 | 183 | 0.69 | 0 | 0.10 | 0.20 | 171.43 | 0.57 | 0.52 |
| Hex | 3F | CB | B7 | 45 | 0 | A | 14 | AB | 39 | 34 |
| Octal | 77 | 313 | 267 | 105 | 0 | 12 | 24 | 253 | 71 | 64 |
| Binary | 111111 | 11001011 | 10110111 | 1000101 | 0 | 1010 | 10100 | 10101011 | 111001 | 110100 |
Color Harmonies of #3FCBB7
Complementary color
Monochromatic Colors of #3FCBB7
Black with #3FCBB7
Text Example
Text Example
White with #3FCBB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCBB7; }
p { color: rgb(63,203,183); }
H1.HeaderClassName
{
color: #3FCBB7;
}
.AnyTagClassName
{
color: #3FCBB7;
}
</style>
background-color css
<style>
a { background-color: #3FCBB7; }
a { background-color: rgb(63,203,183); }
div.DivClassName
{
background-color: #3FCBB7;
}
.BgClassName
{
background-color: #3FCBB7;
}
</style>
border-color css
<style>
span { border-color: #3FCBB7; }
span { border-color: rgb(63,203,183); }
td.TdClassName
{
border-color: #3FCBB7;
}
.TagClassName
{
border-color: #3FCBB7;
}
</style>