Shades of Medium Turquoise #3FCBBC
Tints of Medium Turquoise #3FCBBC
RGB
CMYK
RGB Variations
Color information
#3FCBBC (or 0x3FCBBC) is known color: Medium Turquoise. HEX triplet: 3F, CB and BC. RGB value is (63,203,188). Sum of RGB (Red+Green+Blue) = 63+203+188=454 (60% of max value = 765). Red value is 63 (25% from 255 or 13.88% from 454); Green value is 203 (79.69% from 255 or 44.71% from 454); Blue value is 188 (73.83% from 255 or 41.41% from 454); Max value from RGB is 203 - color contains mainly: green. Hex color #3FCBBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FCBBC is #C03443. Grayscale: #9F9F9F. Windows color (decimal): -12596292 or 12372799. OLE color: 12372799.
HSL color Cylindrical-coordinate representation of color #3FCBBC: hue angle of 173.57º 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 #3FCBBC is Cyan = 0.69, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 63 | 203 | 188 | - |
| CMYK | 0.69 | 0 | 0.07 | 0.20 |
| HSL | 173.57º | 0.57% | 0.52% | - |
| HSV(B) | 173.57º | 0.69% | 0.8% | - |
| XYZ | 32.48 | 47.4 | 55.01 | - |
| YUV | 159.43 | 144.12 | 59.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 203 | 188 | 0.69 | 0 | 0.07 | 0.20 | 173.57 | 0.57 | 0.52 |
| Hex | 3F | CB | BC | 45 | 0 | 7 | 14 | AE | 39 | 34 |
| Octal | 77 | 313 | 274 | 105 | 0 | 7 | 24 | 256 | 71 | 64 |
| Binary | 111111 | 11001011 | 10111100 | 1000101 | 0 | 111 | 10100 | 10101110 | 111001 | 110100 |
Color Harmonies of #3FCBBC
Complementary color
Monochromatic Colors of #3FCBBC
Black with #3FCBBC
Text Example
Text Example
White with #3FCBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCBBC; }
p { color: rgb(63,203,188); }
H1.HeaderClassName
{
color: #3FCBBC;
}
.AnyTagClassName
{
color: #3FCBBC;
}
</style>
background-color css
<style>
a { background-color: #3FCBBC; }
a { background-color: rgb(63,203,188); }
div.DivClassName
{
background-color: #3FCBBC;
}
.BgClassName
{
background-color: #3FCBBC;
}
</style>
border-color css
<style>
span { border-color: #3FCBBC; }
span { border-color: rgb(63,203,188); }
td.TdClassName
{
border-color: #3FCBBC;
}
.TagClassName
{
border-color: #3FCBBC;
}
</style>