Shades of Turquoise #3FFFC0
Tints of Turquoise #3FFFC0
RGB
CMYK
RGB Variations
Color information
#3FFFC0 (or 0x3FFFC0) is known color: Turquoise. HEX triplet: 3F, FF and C0. RGB value is (63,255,192). Sum of RGB (Red+Green+Blue) = 63+255+192=510 (67% of max value = 765). Red value is 63 (25% from 255 or 12.35% from 510); Green value is 255 (100% from 255 or 50% from 510); Blue value is 192 (75.39% from 255 or 37.65% from 510); Max value from RGB is 255 - color contains mainly: green. Hex color #3FFFC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FFFC0 is #C0003F. Grayscale: #BEBEBE. Windows color (decimal): -12582976 or 12648255. OLE color: 12648255.
HSL color Cylindrical-coordinate representation of color #3FFFC0: hue angle of 160.31º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FFFC0 is Cyan = 0.75, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 63 | 255 | 192 | - |
| CMYK | 0.75 | 0 | 0.25 | 0 |
| HSL | 160.31º | 1% | 0.62% | - |
| HSV(B) | 160.31º | 0.75% | 1% | - |
| XYZ | 47.32 | 76.38 | 62.12 | - |
| YUV | 190.41 | 128.89 | 37.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 255 | 192 | 0.75 | 0 | 0.25 | 0 | 160.31 | 1 | 0.62 |
| Hex | 3F | FF | C0 | 4B | 0 | 19 | 0 | A0 | 64 | 3E |
| Octal | 77 | 377 | 300 | 113 | 0 | 31 | 0 | 240 | 144 | 76 |
| Binary | 111111 | 11111111 | 11000000 | 1001011 | 0 | 11001 | 0 | 10100000 | 1100100 | 111110 |
Color Harmonies of #3FFFC0
Complementary color
Monochromatic Colors of #3FFFC0
Black with #3FFFC0
Text Example
Text Example
White with #3FFFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFFC0; }
p { color: rgb(63,255,192); }
H1.HeaderClassName
{
color: #3FFFC0;
}
.AnyTagClassName
{
color: #3FFFC0;
}
</style>
background-color css
<style>
a { background-color: #3FFFC0; }
a { background-color: rgb(63,255,192); }
div.DivClassName
{
background-color: #3FFFC0;
}
.BgClassName
{
background-color: #3FFFC0;
}
</style>
border-color css
<style>
span { border-color: #3FFFC0; }
span { border-color: rgb(63,255,192); }
td.TdClassName
{
border-color: #3FFFC0;
}
.TagClassName
{
border-color: #3FFFC0;
}
</style>