Shades of Turquoise #3FFAB5
Tints of Turquoise #3FFAB5
RGB
CMYK
RGB Variations
Color information
#3FFAB5 (or 0x3FFAB5) is known color: Turquoise. HEX triplet: 3F, FA and B5. RGB value is (63,250,181). Sum of RGB (Red+Green+Blue) = 63+250+181=494 (65% of max value = 765). Red value is 63 (25% from 255 or 12.75% from 494); Green value is 250 (98.05% from 255 or 50.61% from 494); Blue value is 181 (71.09% from 255 or 36.64% from 494); Max value from RGB is 250 - color contains mainly: green. Hex color #3FFAB5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FFAB5 is #C0054A. Grayscale: #BABABA. Windows color (decimal): -12584267 or 11926079. OLE color: 11926079.
HSL color Cylindrical-coordinate representation of color #3FFAB5: hue angle of 157.86º 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 #3FFAB5 is Cyan = 0.75, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 63 | 250 | 181 | - |
| CMYK | 0.75 | 0 | 0.28 | 0.02 |
| HSL | 157.86º | 0.95% | 0.61% | - |
| HSV(B) | 157.86º | 0.75% | 0.98% | - |
| XYZ | 44.58 | 72.76 | 55.41 | - |
| YUV | 186.22 | 125.05 | 40.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 250 | 181 | 0.75 | 0 | 0.28 | 0.02 | 157.86 | 0.95 | 0.61 |
| Hex | 3F | FA | B5 | 4B | 0 | 1C | 2 | 9E | 5F | 3D |
| Octal | 77 | 372 | 265 | 113 | 0 | 34 | 2 | 236 | 137 | 75 |
| Binary | 111111 | 11111010 | 10110101 | 1001011 | 0 | 11100 | 10 | 10011110 | 1011111 | 111101 |
Color Harmonies of #3FFAB5
Complementary color
Monochromatic Colors of #3FFAB5
Black with #3FFAB5
Text Example
Text Example
White with #3FFAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFAB5; }
p { color: rgb(63,250,181); }
H1.HeaderClassName
{
color: #3FFAB5;
}
.AnyTagClassName
{
color: #3FFAB5;
}
</style>
background-color css
<style>
a { background-color: #3FFAB5; }
a { background-color: rgb(63,250,181); }
div.DivClassName
{
background-color: #3FFAB5;
}
.BgClassName
{
background-color: #3FFAB5;
}
</style>
border-color css
<style>
span { border-color: #3FFAB5; }
span { border-color: rgb(63,250,181); }
td.TdClassName
{
border-color: #3FFAB5;
}
.TagClassName
{
border-color: #3FFAB5;
}
</style>