Shades of Turquoise #3FFAB9
Tints of Turquoise #3FFAB9
RGB
CMYK
RGB Variations
Color information
#3FFAB9 (or 0x3FFAB9) is known color: Turquoise. HEX triplet: 3F, FA and B9. RGB value is (63,250,185). Sum of RGB (Red+Green+Blue) = 63+250+185=498 (65% of max value = 765). Red value is 63 (25% from 255 or 12.65% from 498); Green value is 250 (98.05% from 255 or 50.20% from 498); Blue value is 185 (72.66% from 255 or 37.15% from 498); Max value from RGB is 250 - color contains mainly: green. Hex color #3FFAB9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FFAB9 is #C00546. Grayscale: #BABABA. Windows color (decimal): -12584263 or 12188223. OLE color: 12188223.
HSL color Cylindrical-coordinate representation of color #3FFAB9: hue angle of 159.14º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FFAB9 is Cyan = 0.75, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 63 | 250 | 185 | - |
| CMYK | 0.75 | 0 | 0.26 | 0.02 |
| HSL | 159.14º | 0.95% | 0.61% | - |
| HSV(B) | 159.14º | 0.75% | 0.98% | - |
| XYZ | 44.99 | 72.93 | 57.6 | - |
| YUV | 186.68 | 127.05 | 39.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 250 | 185 | 0.75 | 0 | 0.26 | 0.02 | 159.14 | 0.95 | 0.61 |
| Hex | 3F | FA | B9 | 4B | 0 | 1A | 2 | 9F | 5F | 3D |
| Octal | 77 | 372 | 271 | 113 | 0 | 32 | 2 | 237 | 137 | 75 |
| Binary | 111111 | 11111010 | 10111001 | 1001011 | 0 | 11010 | 10 | 10011111 | 1011111 | 111101 |
Color Harmonies of #3FFAB9
Complementary color
Monochromatic Colors of #3FFAB9
Black with #3FFAB9
Text Example
Text Example
White with #3FFAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFAB9; }
p { color: rgb(63,250,185); }
H1.HeaderClassName
{
color: #3FFAB9;
}
.AnyTagClassName
{
color: #3FFAB9;
}
</style>
background-color css
<style>
a { background-color: #3FFAB9; }
a { background-color: rgb(63,250,185); }
div.DivClassName
{
background-color: #3FFAB9;
}
.BgClassName
{
background-color: #3FFAB9;
}
</style>
border-color css
<style>
span { border-color: #3FFAB9; }
span { border-color: rgb(63,250,185); }
td.TdClassName
{
border-color: #3FFAB9;
}
.TagClassName
{
border-color: #3FFAB9;
}
</style>