Shades of Turquoise #3FE6B9
Tints of Turquoise #3FE6B9
RGB
CMYK
RGB Variations
Color information
#3FE6B9 (or 0x3FE6B9) is known color: Turquoise. HEX triplet: 3F, E6 and B9. RGB value is (63,230,185). Sum of RGB (Red+Green+Blue) = 63+230+185=478 (63% of max value = 765). Red value is 63 (25% from 255 or 13.18% from 478); Green value is 230 (90.23% from 255 or 48.12% from 478); Blue value is 185 (72.66% from 255 or 38.70% from 478); Max value from RGB is 230 - color contains mainly: green. Hex color #3FE6B9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FE6B9 is #C01946. Grayscale: #AEAEAE. Windows color (decimal): -12589383 or 12183103. OLE color: 12183103.
HSL color Cylindrical-coordinate representation of color #3FE6B9: hue angle of 163.83º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FE6B9 is Cyan = 0.73, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 63 | 230 | 185 | - |
| CMYK | 0.73 | 0 | 0.20 | 0.10 |
| HSL | 163.83º | 0.77% | 0.57% | - |
| HSV(B) | 163.83º | 0.73% | 0.9% | - |
| XYZ | 39.1 | 61.15 | 55.64 | - |
| YUV | 174.94 | 133.67 | 48.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 230 | 185 | 0.73 | 0 | 0.20 | 0.10 | 163.83 | 0.77 | 0.57 |
| Hex | 3F | E6 | B9 | 49 | 0 | 14 | A | A4 | 4D | 39 |
| Octal | 77 | 346 | 271 | 111 | 0 | 24 | 12 | 244 | 115 | 71 |
| Binary | 111111 | 11100110 | 10111001 | 1001001 | 0 | 10100 | 1010 | 10100100 | 1001101 | 111001 |
Color Harmonies of #3FE6B9
Complementary color
Monochromatic Colors of #3FE6B9
Black with #3FE6B9
Text Example
Text Example
White with #3FE6B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE6B9; }
p { color: rgb(63,230,185); }
H1.HeaderClassName
{
color: #3FE6B9;
}
.AnyTagClassName
{
color: #3FE6B9;
}
</style>
background-color css
<style>
a { background-color: #3FE6B9; }
a { background-color: rgb(63,230,185); }
div.DivClassName
{
background-color: #3FE6B9;
}
.BgClassName
{
background-color: #3FE6B9;
}
</style>
border-color css
<style>
span { border-color: #3FE6B9; }
span { border-color: rgb(63,230,185); }
td.TdClassName
{
border-color: #3FE6B9;
}
.TagClassName
{
border-color: #3FE6B9;
}
</style>