Shades of Turquoise #3FFFC9
Tints of Turquoise #3FFFC9
RGB
CMYK
RGB Variations
Color information
#3FFFC9 (or 0x3FFFC9) is known color: Turquoise. HEX triplet: 3F, FF and C9. RGB value is (63,255,201). Sum of RGB (Red+Green+Blue) = 63+255+201=519 (68% of max value = 765). Red value is 63 (25% from 255 or 12.14% from 519); Green value is 255 (100% from 255 or 49.13% from 519); Blue value is 201 (78.91% from 255 or 38.73% from 519); Max value from RGB is 255 - color contains mainly: green. Hex color #3FFFC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FFFC9 is #C00036. Grayscale: #BFBFBF. Windows color (decimal): -12582967 or 13238079. OLE color: 13238079.
HSL color Cylindrical-coordinate representation of color #3FFFC9: hue angle of 163.12º 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 #3FFFC9 is Cyan = 0.75, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 63 | 255 | 201 | - |
| CMYK | 0.75 | 0 | 0.21 | 0 |
| HSL | 163.13º | 1% | 0.62% | - |
| HSV(B) | 163.13º | 0.75% | 1% | - |
| XYZ | 48.35 | 76.79 | 67.53 | - |
| YUV | 191.44 | 133.39 | 36.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 255 | 201 | 0.75 | 0 | 0.21 | 0 | 163.13 | 1 | 0.62 |
| Hex | 3F | FF | C9 | 4B | 0 | 15 | 0 | A3 | 64 | 3E |
| Octal | 77 | 377 | 311 | 113 | 0 | 25 | 0 | 243 | 144 | 76 |
| Binary | 111111 | 11111111 | 11001001 | 1001011 | 0 | 10101 | 0 | 10100011 | 1100100 | 111110 |
Color Harmonies of #3FFFC9
Complementary color
Monochromatic Colors of #3FFFC9
Black with #3FFFC9
Text Example
Text Example
White with #3FFFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFFC9; }
p { color: rgb(63,255,201); }
H1.HeaderClassName
{
color: #3FFFC9;
}
.AnyTagClassName
{
color: #3FFFC9;
}
</style>
background-color css
<style>
a { background-color: #3FFFC9; }
a { background-color: rgb(63,255,201); }
div.DivClassName
{
background-color: #3FFFC9;
}
.BgClassName
{
background-color: #3FFFC9;
}
</style>
border-color css
<style>
span { border-color: #3FFFC9; }
span { border-color: rgb(63,255,201); }
td.TdClassName
{
border-color: #3FFFC9;
}
.TagClassName
{
border-color: #3FFFC9;
}
</style>