Shades of Turquoise #3FFFC4
Tints of Turquoise #3FFFC4
RGB
CMYK
RGB Variations
Color information
#3FFFC4 (or 0x3FFFC4) is known color: Turquoise. HEX triplet: 3F, FF and C4. RGB value is (63,255,196). Sum of RGB (Red+Green+Blue) = 63+255+196=514 (68% of max value = 765). Red value is 63 (25% from 255 or 12.26% from 514); Green value is 255 (100% from 255 or 49.61% from 514); Blue value is 196 (76.95% from 255 or 38.13% from 514); Max value from RGB is 255 - color contains mainly: green. Hex color #3FFFC4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FFFC4 is #C0003B. Grayscale: #BEBEBE. Windows color (decimal): -12582972 or 12910399. OLE color: 12910399.
HSL color Cylindrical-coordinate representation of color #3FFFC4: hue angle of 161.56º 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 #3FFFC4 is Cyan = 0.75, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 63 | 255 | 196 | - |
| CMYK | 0.75 | 0 | 0.23 | 0 |
| HSL | 161.56º | 1% | 0.62% | - |
| HSV(B) | 161.56º | 0.75% | 1% | - |
| XYZ | 47.77 | 76.56 | 64.48 | - |
| YUV | 190.87 | 130.89 | 36.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 255 | 196 | 0.75 | 0 | 0.23 | 0 | 161.56 | 1 | 0.62 |
| Hex | 3F | FF | C4 | 4B | 0 | 17 | 0 | A2 | 64 | 3E |
| Octal | 77 | 377 | 304 | 113 | 0 | 27 | 0 | 242 | 144 | 76 |
| Binary | 111111 | 11111111 | 11000100 | 1001011 | 0 | 10111 | 0 | 10100010 | 1100100 | 111110 |
Color Harmonies of #3FFFC4
Complementary color
Monochromatic Colors of #3FFFC4
Black with #3FFFC4
Text Example
Text Example
White with #3FFFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFFC4; }
p { color: rgb(63,255,196); }
H1.HeaderClassName
{
color: #3FFFC4;
}
.AnyTagClassName
{
color: #3FFFC4;
}
</style>
background-color css
<style>
a { background-color: #3FFFC4; }
a { background-color: rgb(63,255,196); }
div.DivClassName
{
background-color: #3FFFC4;
}
.BgClassName
{
background-color: #3FFFC4;
}
</style>
border-color css
<style>
span { border-color: #3FFFC4; }
span { border-color: rgb(63,255,196); }
td.TdClassName
{
border-color: #3FFFC4;
}
.TagClassName
{
border-color: #3FFFC4;
}
</style>