Shades of Turquoise #3FF6D9
Tints of Turquoise #3FF6D9
RGB
CMYK
RGB Variations
Color information
#3FF6D9 (or 0x3FF6D9) is known color: Turquoise. HEX triplet: 3F, F6 and D9. RGB value is (63,246,217). Sum of RGB (Red+Green+Blue) = 63+246+217=526 (69% of max value = 765). Red value is 63 (25% from 255 or 11.98% from 526); Green value is 246 (96.48% from 255 or 46.77% from 526); Blue value is 217 (85.16% from 255 or 41.25% from 526); Max value from RGB is 246 - color contains mainly: green. Hex color #3FF6D9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FF6D9 is #C00926. Grayscale: #BBBBBB. Windows color (decimal): -12585255 or 14284351. OLE color: 14284351.
HSL color Cylindrical-coordinate representation of color #3FF6D9: hue angle of 170.49º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FF6D9 is Cyan = 0.74, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 63 | 246 | 217 | - |
| CMYK | 0.74 | 0 | 0.12 | 0.04 |
| HSL | 170.49º | 0.91% | 0.61% | - |
| HSV(B) | 170.49º | 0.74% | 0.96% | - |
| XYZ | 47.53 | 71.98 | 77.03 | - |
| YUV | 187.98 | 144.37 | 38.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 246 | 217 | 0.74 | 0 | 0.12 | 0.04 | 170.49 | 0.91 | 0.61 |
| Hex | 3F | F6 | D9 | 4A | 0 | C | 4 | AA | 5B | 3D |
| Octal | 77 | 366 | 331 | 112 | 0 | 14 | 4 | 252 | 133 | 75 |
| Binary | 111111 | 11110110 | 11011001 | 1001010 | 0 | 1100 | 100 | 10101010 | 1011011 | 111101 |
Color Harmonies of #3FF6D9
Complementary color
Monochromatic Colors of #3FF6D9
Black with #3FF6D9
Text Example
Text Example
White with #3FF6D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF6D9; }
p { color: rgb(63,246,217); }
H1.HeaderClassName
{
color: #3FF6D9;
}
.AnyTagClassName
{
color: #3FF6D9;
}
</style>
background-color css
<style>
a { background-color: #3FF6D9; }
a { background-color: rgb(63,246,217); }
div.DivClassName
{
background-color: #3FF6D9;
}
.BgClassName
{
background-color: #3FF6D9;
}
</style>
border-color css
<style>
span { border-color: #3FF6D9; }
span { border-color: rgb(63,246,217); }
td.TdClassName
{
border-color: #3FF6D9;
}
.TagClassName
{
border-color: #3FF6D9;
}
</style>