Shades of Medium Turquoise #3FCBC0
Tints of Medium Turquoise #3FCBC0
RGB
CMYK
RGB Variations
Color information
#3FCBC0 (or 0x3FCBC0) is known color: Medium Turquoise. HEX triplet: 3F, CB and C0. RGB value is (63,203,192). Sum of RGB (Red+Green+Blue) = 63+203+192=458 (60% of max value = 765). Red value is 63 (25% from 255 or 13.76% from 458); Green value is 203 (79.69% from 255 or 44.32% from 458); Blue value is 192 (75.39% from 255 or 41.92% from 458); Max value from RGB is 203 - color contains mainly: green. Hex color #3FCBC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FCBC0 is #C0343F. Grayscale: #9F9F9F. Windows color (decimal): -12596288 or 12634943. OLE color: 12634943.
HSL color Cylindrical-coordinate representation of color #3FCBC0: hue angle of 175.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 #3FCBC0 is Cyan = 0.69, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 63 | 203 | 192 | - |
| CMYK | 0.69 | 0 | 0.05 | 0.20 |
| HSL | 175.29º | 0.57% | 0.52% | - |
| HSV(B) | 175.29º | 0.69% | 0.8% | - |
| XYZ | 32.92 | 47.57 | 57.32 | - |
| YUV | 159.89 | 146.12 | 58.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 203 | 192 | 0.69 | 0 | 0.05 | 0.20 | 175.29 | 0.57 | 0.52 |
| Hex | 3F | CB | C0 | 45 | 0 | 5 | 14 | AF | 39 | 34 |
| Octal | 77 | 313 | 300 | 105 | 0 | 5 | 24 | 257 | 71 | 64 |
| Binary | 111111 | 11001011 | 11000000 | 1000101 | 0 | 101 | 10100 | 10101111 | 111001 | 110100 |
Color Harmonies of #3FCBC0
Complementary color
Monochromatic Colors of #3FCBC0
Black with #3FCBC0
Text Example
Text Example
White with #3FCBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCBC0; }
p { color: rgb(63,203,192); }
H1.HeaderClassName
{
color: #3FCBC0;
}
.AnyTagClassName
{
color: #3FCBC0;
}
</style>
background-color css
<style>
a { background-color: #3FCBC0; }
a { background-color: rgb(63,203,192); }
div.DivClassName
{
background-color: #3FCBC0;
}
.BgClassName
{
background-color: #3FCBC0;
}
</style>
border-color css
<style>
span { border-color: #3FCBC0; }
span { border-color: rgb(63,203,192); }
td.TdClassName
{
border-color: #3FCBC0;
}
.TagClassName
{
border-color: #3FCBC0;
}
</style>