Shades of Turquoise #3FF8BA
Tints of Turquoise #3FF8BA
RGB
CMYK
RGB Variations
Color information
#3FF8BA (or 0x3FF8BA) is known color: Turquoise. HEX triplet: 3F, F8 and BA. RGB value is (63,248,186). Sum of RGB (Red+Green+Blue) = 63+248+186=497 (65% of max value = 765). Red value is 63 (25% from 255 or 12.68% from 497); Green value is 248 (97.27% from 255 or 49.90% from 497); Blue value is 186 (73.05% from 255 or 37.42% from 497); Max value from RGB is 248 - color contains mainly: green. Hex color #3FF8BA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FF8BA is #C00745. Grayscale: #B9B9B9. Windows color (decimal): -12584774 or 12253247. OLE color: 12253247.
HSL color Cylindrical-coordinate representation of color #3FF8BA: hue angle of 159.89º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FF8BA is Cyan = 0.75, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 63 | 248 | 186 | - |
| CMYK | 0.75 | 0 | 0.25 | 0.03 |
| HSL | 159.89º | 0.93% | 0.61% | - |
| HSV(B) | 159.89º | 0.75% | 0.97% | - |
| XYZ | 44.48 | 71.74 | 57.96 | - |
| YUV | 185.62 | 128.21 | 40.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 248 | 186 | 0.75 | 0 | 0.25 | 0.03 | 159.89 | 0.93 | 0.61 |
| Hex | 3F | F8 | BA | 4B | 0 | 19 | 3 | A0 | 5D | 3D |
| Octal | 77 | 370 | 272 | 113 | 0 | 31 | 3 | 240 | 135 | 75 |
| Binary | 111111 | 11111000 | 10111010 | 1001011 | 0 | 11001 | 11 | 10100000 | 1011101 | 111101 |
Color Harmonies of #3FF8BA
Complementary color
Monochromatic Colors of #3FF8BA
Black with #3FF8BA
Text Example
Text Example
White with #3FF8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF8BA; }
p { color: rgb(63,248,186); }
H1.HeaderClassName
{
color: #3FF8BA;
}
.AnyTagClassName
{
color: #3FF8BA;
}
</style>
background-color css
<style>
a { background-color: #3FF8BA; }
a { background-color: rgb(63,248,186); }
div.DivClassName
{
background-color: #3FF8BA;
}
.BgClassName
{
background-color: #3FF8BA;
}
</style>
border-color css
<style>
span { border-color: #3FF8BA; }
span { border-color: rgb(63,248,186); }
td.TdClassName
{
border-color: #3FF8BA;
}
.TagClassName
{
border-color: #3FF8BA;
}
</style>