Shades of Turquoise #3FFFC5
Tints of Turquoise #3FFFC5
RGB
CMYK
RGB Variations
Color information
#3FFFC5 (or 0x3FFFC5) is known color: Turquoise. HEX triplet: 3F, FF and C5. RGB value is (63,255,197). Sum of RGB (Red+Green+Blue) = 63+255+197=515 (68% of max value = 765). Red value is 63 (25% from 255 or 12.23% from 515); Green value is 255 (100% from 255 or 49.51% from 515); Blue value is 197 (77.34% from 255 or 38.25% from 515); Max value from RGB is 255 - color contains mainly: green. Hex color #3FFFC5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FFFC5 is #C0003A. Grayscale: #BFBFBF. Windows color (decimal): -12582971 or 12975935. OLE color: 12975935.
HSL color Cylindrical-coordinate representation of color #3FFFC5: hue angle of 161.88º 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 #3FFFC5 is Cyan = 0.75, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 63 | 255 | 197 | - |
| CMYK | 0.75 | 0 | 0.23 | 0 |
| HSL | 161.88º | 1% | 0.62% | - |
| HSV(B) | 161.88º | 0.75% | 1% | - |
| XYZ | 47.89 | 76.61 | 65.09 | - |
| YUV | 190.98 | 131.39 | 36.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 255 | 197 | 0.75 | 0 | 0.23 | 0 | 161.88 | 1 | 0.62 |
| Hex | 3F | FF | C5 | 4B | 0 | 17 | 0 | A2 | 64 | 3E |
| Octal | 77 | 377 | 305 | 113 | 0 | 27 | 0 | 242 | 144 | 76 |
| Binary | 111111 | 11111111 | 11000101 | 1001011 | 0 | 10111 | 0 | 10100010 | 1100100 | 111110 |
Color Harmonies of #3FFFC5
Complementary color
Monochromatic Colors of #3FFFC5
Black with #3FFFC5
Text Example
Text Example
White with #3FFFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFFC5; }
p { color: rgb(63,255,197); }
H1.HeaderClassName
{
color: #3FFFC5;
}
.AnyTagClassName
{
color: #3FFFC5;
}
</style>
background-color css
<style>
a { background-color: #3FFFC5; }
a { background-color: rgb(63,255,197); }
div.DivClassName
{
background-color: #3FFFC5;
}
.BgClassName
{
background-color: #3FFFC5;
}
</style>
border-color css
<style>
span { border-color: #3FFFC5; }
span { border-color: rgb(63,255,197); }
td.TdClassName
{
border-color: #3FFFC5;
}
.TagClassName
{
border-color: #3FFFC5;
}
</style>