Shades of Turquoise #3FFAB2
Tints of Turquoise #3FFAB2
RGB
CMYK
RGB Variations
Color information
#3FFAB2 (or 0x3FFAB2) is known color: Turquoise. HEX triplet: 3F, FA and B2. RGB value is (63,250,178). Sum of RGB (Red+Green+Blue) = 63+250+178=491 (65% of max value = 765). Red value is 63 (25% from 255 or 12.83% from 491); Green value is 250 (98.05% from 255 or 50.92% from 491); Blue value is 178 (69.92% from 255 or 36.25% from 491); Max value from RGB is 250 - color contains mainly: green. Hex color #3FFAB2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3FFAB2 is #C0054D. Grayscale: #B9B9B9. Windows color (decimal): -12584270 or 11729471. OLE color: 11729471.
HSL color Cylindrical-coordinate representation of color #3FFAB2: hue angle of 156.9º 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 #3FFAB2 is Cyan = 0.75, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 63 | 250 | 178 | - |
| CMYK | 0.75 | 0 | 0.29 | 0.02 |
| HSL | 156.9º | 0.95% | 0.61% | - |
| HSV(B) | 156.9º | 0.75% | 0.98% | - |
| XYZ | 44.27 | 72.64 | 53.81 | - |
| YUV | 185.88 | 123.55 | 40.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 250 | 178 | 0.75 | 0 | 0.29 | 0.02 | 156.9 | 0.95 | 0.61 |
| Hex | 3F | FA | B2 | 4B | 0 | 1D | 2 | 9D | 5F | 3D |
| Octal | 77 | 372 | 262 | 113 | 0 | 35 | 2 | 235 | 137 | 75 |
| Binary | 111111 | 11111010 | 10110010 | 1001011 | 0 | 11101 | 10 | 10011101 | 1011111 | 111101 |
Color Harmonies of #3FFAB2
Complementary color
Monochromatic Colors of #3FFAB2
Black with #3FFAB2
Text Example
Text Example
White with #3FFAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFAB2; }
p { color: rgb(63,250,178); }
H1.HeaderClassName
{
color: #3FFAB2;
}
.AnyTagClassName
{
color: #3FFAB2;
}
</style>
background-color css
<style>
a { background-color: #3FFAB2; }
a { background-color: rgb(63,250,178); }
div.DivClassName
{
background-color: #3FFAB2;
}
.BgClassName
{
background-color: #3FFAB2;
}
</style>
border-color css
<style>
span { border-color: #3FFAB2; }
span { border-color: rgb(63,250,178); }
td.TdClassName
{
border-color: #3FFAB2;
}
.TagClassName
{
border-color: #3FFAB2;
}
</style>