Shades of Turquoise #3FFAB0
Tints of Turquoise #3FFAB0
RGB
CMYK
RGB Variations
Color information
#3FFAB0 (or 0x3FFAB0) is known color: Turquoise. HEX triplet: 3F, FA and B0. RGB value is (63,250,176). Sum of RGB (Red+Green+Blue) = 63+250+176=489 (64% of max value = 765). Red value is 63 (25% from 255 or 12.88% from 489); Green value is 250 (98.05% from 255 or 51.12% from 489); Blue value is 176 (69.14% from 255 or 35.99% from 489); Max value from RGB is 250 - color contains mainly: green. Hex color #3FFAB0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3FFAB0 is #C0054F. Grayscale: #B9B9B9. Windows color (decimal): -12584272 or 11598399. OLE color: 11598399.
HSL color Cylindrical-coordinate representation of color #3FFAB0: hue angle of 156.26º 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 #3FFAB0 is Cyan = 0.75, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 63 | 250 | 176 | - |
| CMYK | 0.75 | 0 | 0.30 | 0.02 |
| HSL | 156.26º | 0.95% | 0.61% | - |
| HSV(B) | 156.26º | 0.75% | 0.98% | - |
| XYZ | 44.07 | 72.56 | 52.76 | - |
| YUV | 185.65 | 122.55 | 40.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 250 | 176 | 0.75 | 0 | 0.30 | 0.02 | 156.26 | 0.95 | 0.61 |
| Hex | 3F | FA | B0 | 4B | 0 | 1E | 2 | 9C | 5F | 3D |
| Octal | 77 | 372 | 260 | 113 | 0 | 36 | 2 | 234 | 137 | 75 |
| Binary | 111111 | 11111010 | 10110000 | 1001011 | 0 | 11110 | 10 | 10011100 | 1011111 | 111101 |
Color Harmonies of #3FFAB0
Complementary color
Monochromatic Colors of #3FFAB0
Black with #3FFAB0
Text Example
Text Example
White with #3FFAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFAB0; }
p { color: rgb(63,250,176); }
H1.HeaderClassName
{
color: #3FFAB0;
}
.AnyTagClassName
{
color: #3FFAB0;
}
</style>
background-color css
<style>
a { background-color: #3FFAB0; }
a { background-color: rgb(63,250,176); }
div.DivClassName
{
background-color: #3FFAB0;
}
.BgClassName
{
background-color: #3FFAB0;
}
</style>
border-color css
<style>
span { border-color: #3FFAB0; }
span { border-color: rgb(63,250,176); }
td.TdClassName
{
border-color: #3FFAB0;
}
.TagClassName
{
border-color: #3FFAB0;
}
</style>