Shades of Turquoise #3FE7D9
Tints of Turquoise #3FE7D9
RGB
CMYK
RGB Variations
Color information
#3FE7D9 (or 0x3FE7D9) is known color: Turquoise. HEX triplet: 3F, E7 and D9. RGB value is (63,231,217). Sum of RGB (Red+Green+Blue) = 63+231+217=511 (67% of max value = 765). Red value is 63 (25% from 255 or 12.33% from 511); Green value is 231 (90.62% from 255 or 45.21% from 511); Blue value is 217 (85.16% from 255 or 42.47% from 511); Max value from RGB is 231 - color contains mainly: green. Hex color #3FE7D9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FE7D9 is #C01826. Grayscale: #B3B3B3. Windows color (decimal): -12589095 or 14280511. OLE color: 14280511.
HSL color Cylindrical-coordinate representation of color #3FE7D9: hue angle of 175º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FE7D9 is Cyan = 0.73, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 63 | 231 | 217 | - |
| CMYK | 0.73 | 0 | 0.06 | 0.09 |
| HSL | 175º | 0.78% | 0.58% | - |
| HSV(B) | 175º | 0.73% | 0.91% | - |
| XYZ | 43.15 | 63.22 | 75.57 | - |
| YUV | 179.17 | 149.34 | 45.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 231 | 217 | 0.73 | 0 | 0.06 | 0.09 | 175 | 0.78 | 0.58 |
| Hex | 3F | E7 | D9 | 49 | 0 | 6 | 9 | AF | 4E | 3A |
| Octal | 77 | 347 | 331 | 111 | 0 | 6 | 11 | 257 | 116 | 72 |
| Binary | 111111 | 11100111 | 11011001 | 1001001 | 0 | 110 | 1001 | 10101111 | 1001110 | 111010 |
Color Harmonies of #3FE7D9
Complementary color
Monochromatic Colors of #3FE7D9
Black with #3FE7D9
Text Example
Text Example
White with #3FE7D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE7D9; }
p { color: rgb(63,231,217); }
H1.HeaderClassName
{
color: #3FE7D9;
}
.AnyTagClassName
{
color: #3FE7D9;
}
</style>
background-color css
<style>
a { background-color: #3FE7D9; }
a { background-color: rgb(63,231,217); }
div.DivClassName
{
background-color: #3FE7D9;
}
.BgClassName
{
background-color: #3FE7D9;
}
</style>
border-color css
<style>
span { border-color: #3FE7D9; }
span { border-color: rgb(63,231,217); }
td.TdClassName
{
border-color: #3FE7D9;
}
.TagClassName
{
border-color: #3FE7D9;
}
</style>