Shades of Medium Turquoise #3FC1CB
Tints of Medium Turquoise #3FC1CB
RGB
CMYK
RGB Variations
Color information
#3FC1CB (or 0x3FC1CB) is known color: Medium Turquoise. HEX triplet: 3F, C1 and CB. RGB value is (63,193,203). Sum of RGB (Red+Green+Blue) = 63+193+203=459 (60% of max value = 765). Red value is 63 (25% from 255 or 13.73% from 459); Green value is 193 (75.78% from 255 or 42.05% from 459); Blue value is 203 (79.69% from 255 or 44.23% from 459); Max value from RGB is 203 - color contains mainly: blue. Hex color #3FC1CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FC1CB is #C03E34. Grayscale: #9B9B9B. Windows color (decimal): -12598837 or 13353279. OLE color: 13353279.
HSL color Cylindrical-coordinate representation of color #3FC1CB: hue angle of 184.29º 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 #3FC1CB is Cyan = 0.69, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 63 | 193 | 203 | - |
| CMYK | 0.69 | 0.05 | 0 | 0.20 |
| HSL | 184.29º | 0.57% | 0.52% | - |
| HSV(B) | 184.29º | 0.69% | 0.8% | - |
| XYZ | 31.9 | 43.51 | 63.22 | - |
| YUV | 155.27 | 154.93 | 62.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 193 | 203 | 0.69 | 0.05 | 0 | 0.20 | 184.29 | 0.57 | 0.52 |
| Hex | 3F | C1 | CB | 45 | 5 | 0 | 14 | B8 | 39 | 34 |
| Octal | 77 | 301 | 313 | 105 | 5 | 0 | 24 | 270 | 71 | 64 |
| Binary | 111111 | 11000001 | 11001011 | 1000101 | 101 | 0 | 10100 | 10111000 | 111001 | 110100 |
Color Harmonies of #3FC1CB
Complementary color
Monochromatic Colors of #3FC1CB
Black with #3FC1CB
Text Example
Text Example
White with #3FC1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FC1CB; }
p { color: rgb(63,193,203); }
H1.HeaderClassName
{
color: #3FC1CB;
}
.AnyTagClassName
{
color: #3FC1CB;
}
</style>
background-color css
<style>
a { background-color: #3FC1CB; }
a { background-color: rgb(63,193,203); }
div.DivClassName
{
background-color: #3FC1CB;
}
.BgClassName
{
background-color: #3FC1CB;
}
</style>
border-color css
<style>
span { border-color: #3FC1CB; }
span { border-color: rgb(63,193,203); }
td.TdClassName
{
border-color: #3FC1CB;
}
.TagClassName
{
border-color: #3FC1CB;
}
</style>