Shades of Turquoise #3FFFD9
Tints of Turquoise #3FFFD9
RGB
CMYK
RGB Variations
Color information
#3FFFD9 (or 0x3FFFD9) is known color: Turquoise. HEX triplet: 3F, FF and D9. RGB value is (63,255,217). Sum of RGB (Red+Green+Blue) = 63+255+217=535 (70% of max value = 765). Red value is 63 (25% from 255 or 11.78% from 535); Green value is 255 (100% from 255 or 47.66% from 535); Blue value is 217 (85.16% from 255 or 40.56% from 535); Max value from RGB is 255 - color contains mainly: green. Hex color #3FFFD9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FFFD9 is #C00026. Grayscale: #C1C1C1. Windows color (decimal): -12582951 or 14286655. OLE color: 14286655.
HSL color Cylindrical-coordinate representation of color #3FFFD9: hue angle of 168.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 #3FFFD9 is Cyan = 0.75, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 63 | 255 | 217 | - |
| CMYK | 0.75 | 0 | 0.15 | 0 |
| HSL | 168.13º | 1% | 0.62% | - |
| HSV(B) | 168.13º | 0.75% | 1% | - |
| XYZ | 50.33 | 77.59 | 77.97 | - |
| YUV | 193.26 | 141.39 | 35.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 255 | 217 | 0.75 | 0 | 0.15 | 0 | 168.13 | 1 | 0.62 |
| Hex | 3F | FF | D9 | 4B | 0 | F | 0 | A8 | 64 | 3E |
| Octal | 77 | 377 | 331 | 113 | 0 | 17 | 0 | 250 | 144 | 76 |
| Binary | 111111 | 11111111 | 11011001 | 1001011 | 0 | 1111 | 0 | 10101000 | 1100100 | 111110 |
Color Harmonies of #3FFFD9
Complementary color
Monochromatic Colors of #3FFFD9
Black with #3FFFD9
Text Example
Text Example
White with #3FFFD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFFD9; }
p { color: rgb(63,255,217); }
H1.HeaderClassName
{
color: #3FFFD9;
}
.AnyTagClassName
{
color: #3FFFD9;
}
</style>
background-color css
<style>
a { background-color: #3FFFD9; }
a { background-color: rgb(63,255,217); }
div.DivClassName
{
background-color: #3FFFD9;
}
.BgClassName
{
background-color: #3FFFD9;
}
</style>
border-color css
<style>
span { border-color: #3FFFD9; }
span { border-color: rgb(63,255,217); }
td.TdClassName
{
border-color: #3FFFD9;
}
.TagClassName
{
border-color: #3FFFD9;
}
</style>