Shades of Turquoise #3FF4B9
Tints of Turquoise #3FF4B9
RGB
CMYK
RGB Variations
Color information
#3FF4B9 (or 0x3FF4B9) is known color: Turquoise. HEX triplet: 3F, F4 and B9. RGB value is (63,244,185). Sum of RGB (Red+Green+Blue) = 63+244+185=492 (65% of max value = 765). Red value is 63 (25% from 255 or 12.80% from 492); Green value is 244 (95.70% from 255 or 49.59% from 492); Blue value is 185 (72.66% from 255 or 37.60% from 492); Max value from RGB is 244 - color contains mainly: green. Hex color #3FF4B9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FF4B9 is #C00B46. Grayscale: #B7B7B7. Windows color (decimal): -12585799 or 12186687. OLE color: 12186687.
HSL color Cylindrical-coordinate representation of color #3FF4B9: hue angle of 160.44º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FF4B9 is Cyan = 0.74, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 63 | 244 | 185 | - |
| CMYK | 0.74 | 0 | 0.24 | 0.04 |
| HSL | 160.44º | 0.89% | 0.6% | - |
| HSV(B) | 160.44º | 0.74% | 0.96% | - |
| XYZ | 43.16 | 69.26 | 56.99 | - |
| YUV | 183.16 | 129.03 | 42.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 244 | 185 | 0.74 | 0 | 0.24 | 0.04 | 160.44 | 0.89 | 0.6 |
| Hex | 3F | F4 | B9 | 4A | 0 | 18 | 4 | A0 | 59 | 3C |
| Octal | 77 | 364 | 271 | 112 | 0 | 30 | 4 | 240 | 131 | 74 |
| Binary | 111111 | 11110100 | 10111001 | 1001010 | 0 | 11000 | 100 | 10100000 | 1011001 | 111100 |
Color Harmonies of #3FF4B9
Complementary color
Monochromatic Colors of #3FF4B9
Black with #3FF4B9
Text Example
Text Example
White with #3FF4B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF4B9; }
p { color: rgb(63,244,185); }
H1.HeaderClassName
{
color: #3FF4B9;
}
.AnyTagClassName
{
color: #3FF4B9;
}
</style>
background-color css
<style>
a { background-color: #3FF4B9; }
a { background-color: rgb(63,244,185); }
div.DivClassName
{
background-color: #3FF4B9;
}
.BgClassName
{
background-color: #3FF4B9;
}
</style>
border-color css
<style>
span { border-color: #3FF4B9; }
span { border-color: rgb(63,244,185); }
td.TdClassName
{
border-color: #3FF4B9;
}
.TagClassName
{
border-color: #3FF4B9;
}
</style>