Shades of Turquoise #3FF4BA
Tints of Turquoise #3FF4BA
RGB
CMYK
RGB Variations
Color information
#3FF4BA (or 0x3FF4BA) is known color: Turquoise. HEX triplet: 3F, F4 and BA. RGB value is (63,244,186). Sum of RGB (Red+Green+Blue) = 63+244+186=493 (65% of max value = 765). Red value is 63 (25% from 255 or 12.78% from 493); Green value is 244 (95.70% from 255 or 49.49% from 493); Blue value is 186 (73.05% from 255 or 37.73% from 493); Max value from RGB is 244 - color contains mainly: green. Hex color #3FF4BA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FF4BA is #C00B45. Grayscale: #B7B7B7. Windows color (decimal): -12585798 or 12252223. OLE color: 12252223.
HSL color Cylindrical-coordinate representation of color #3FF4BA: hue angle of 160.77º 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 #3FF4BA is Cyan = 0.74, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 63 | 244 | 186 | - |
| CMYK | 0.74 | 0 | 0.24 | 0.04 |
| HSL | 160.77º | 0.89% | 0.6% | - |
| HSV(B) | 160.77º | 0.74% | 0.96% | - |
| XYZ | 43.26 | 69.3 | 57.55 | - |
| YUV | 183.27 | 129.53 | 42.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 244 | 186 | 0.74 | 0 | 0.24 | 0.04 | 160.77 | 0.89 | 0.6 |
| Hex | 3F | F4 | BA | 4A | 0 | 18 | 4 | A1 | 59 | 3C |
| Octal | 77 | 364 | 272 | 112 | 0 | 30 | 4 | 241 | 131 | 74 |
| Binary | 111111 | 11110100 | 10111010 | 1001010 | 0 | 11000 | 100 | 10100001 | 1011001 | 111100 |
Color Harmonies of #3FF4BA
Complementary color
Monochromatic Colors of #3FF4BA
Black with #3FF4BA
Text Example
Text Example
White with #3FF4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF4BA; }
p { color: rgb(63,244,186); }
H1.HeaderClassName
{
color: #3FF4BA;
}
.AnyTagClassName
{
color: #3FF4BA;
}
</style>
background-color css
<style>
a { background-color: #3FF4BA; }
a { background-color: rgb(63,244,186); }
div.DivClassName
{
background-color: #3FF4BA;
}
.BgClassName
{
background-color: #3FF4BA;
}
</style>
border-color css
<style>
span { border-color: #3FF4BA; }
span { border-color: rgb(63,244,186); }
td.TdClassName
{
border-color: #3FF4BA;
}
.TagClassName
{
border-color: #3FF4BA;
}
</style>