Shades of Turquoise #3FFAB6
Tints of Turquoise #3FFAB6
RGB
CMYK
RGB Variations
Color information
#3FFAB6 (or 0x3FFAB6) is known color: Turquoise. HEX triplet: 3F, FA and B6. RGB value is (63,250,182). Sum of RGB (Red+Green+Blue) = 63+250+182=495 (65% of max value = 765). Red value is 63 (25% from 255 or 12.73% from 495); Green value is 250 (98.05% from 255 or 50.51% from 495); Blue value is 182 (71.48% from 255 or 36.77% from 495); Max value from RGB is 250 - color contains mainly: green. Hex color #3FFAB6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FFAB6 is #C00549. Grayscale: #BABABA. Windows color (decimal): -12584266 or 11991615. OLE color: 11991615.
HSL color Cylindrical-coordinate representation of color #3FFAB6: hue angle of 158.18º 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 #3FFAB6 is Cyan = 0.75, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 63 | 250 | 182 | - |
| CMYK | 0.75 | 0 | 0.27 | 0.02 |
| HSL | 158.18º | 0.95% | 0.61% | - |
| HSV(B) | 158.18º | 0.75% | 0.98% | - |
| XYZ | 44.68 | 72.81 | 55.95 | - |
| YUV | 186.34 | 125.55 | 40.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 250 | 182 | 0.75 | 0 | 0.27 | 0.02 | 158.18 | 0.95 | 0.61 |
| Hex | 3F | FA | B6 | 4B | 0 | 1B | 2 | 9E | 5F | 3D |
| Octal | 77 | 372 | 266 | 113 | 0 | 33 | 2 | 236 | 137 | 75 |
| Binary | 111111 | 11111010 | 10110110 | 1001011 | 0 | 11011 | 10 | 10011110 | 1011111 | 111101 |
Color Harmonies of #3FFAB6
Complementary color
Monochromatic Colors of #3FFAB6
Black with #3FFAB6
Text Example
Text Example
White with #3FFAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFAB6; }
p { color: rgb(63,250,182); }
H1.HeaderClassName
{
color: #3FFAB6;
}
.AnyTagClassName
{
color: #3FFAB6;
}
</style>
background-color css
<style>
a { background-color: #3FFAB6; }
a { background-color: rgb(63,250,182); }
div.DivClassName
{
background-color: #3FFAB6;
}
.BgClassName
{
background-color: #3FFAB6;
}
</style>
border-color css
<style>
span { border-color: #3FFAB6; }
span { border-color: rgb(63,250,182); }
td.TdClassName
{
border-color: #3FFAB6;
}
.TagClassName
{
border-color: #3FFAB6;
}
</style>