Shades of Turquoise #3FFABB
Tints of Turquoise #3FFABB
RGB
CMYK
RGB Variations
Color information
#3FFABB (or 0x3FFABB) is known color: Turquoise. HEX triplet: 3F, FA and BB. RGB value is (63,250,187). Sum of RGB (Red+Green+Blue) = 63+250+187=500 (66% of max value = 765). Red value is 63 (25% from 255 or 12.6% from 500); Green value is 250 (98.05% from 255 or 50% from 500); Blue value is 187 (73.44% from 255 or 37.4% from 500); Max value from RGB is 250 - color contains mainly: green. Hex color #3FFABB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FFABB is #C00544. Grayscale: #BABABA. Windows color (decimal): -12584261 or 12319295. OLE color: 12319295.
HSL color Cylindrical-coordinate representation of color #3FFABB: hue angle of 159.79º 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 #3FFABB is Cyan = 0.75, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 63 | 250 | 187 | - |
| CMYK | 0.75 | 0 | 0.25 | 0.02 |
| HSL | 159.79º | 0.95% | 0.61% | - |
| HSV(B) | 159.79º | 0.75% | 0.98% | - |
| XYZ | 45.21 | 73.02 | 58.72 | - |
| YUV | 186.91 | 128.05 | 39.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 250 | 187 | 0.75 | 0 | 0.25 | 0.02 | 159.79 | 0.95 | 0.61 |
| Hex | 3F | FA | BB | 4B | 0 | 19 | 2 | A0 | 5F | 3D |
| Octal | 77 | 372 | 273 | 113 | 0 | 31 | 2 | 240 | 137 | 75 |
| Binary | 111111 | 11111010 | 10111011 | 1001011 | 0 | 11001 | 10 | 10100000 | 1011111 | 111101 |
Color Harmonies of #3FFABB
Complementary color
Monochromatic Colors of #3FFABB
Black with #3FFABB
Text Example
Text Example
White with #3FFABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFABB; }
p { color: rgb(63,250,187); }
H1.HeaderClassName
{
color: #3FFABB;
}
.AnyTagClassName
{
color: #3FFABB;
}
</style>
background-color css
<style>
a { background-color: #3FFABB; }
a { background-color: rgb(63,250,187); }
div.DivClassName
{
background-color: #3FFABB;
}
.BgClassName
{
background-color: #3FFABB;
}
</style>
border-color css
<style>
span { border-color: #3FFABB; }
span { border-color: rgb(63,250,187); }
td.TdClassName
{
border-color: #3FFABB;
}
.TagClassName
{
border-color: #3FFABB;
}
</style>