Shades of Turquoise #3FEAB8
Tints of Turquoise #3FEAB8
RGB
CMYK
RGB Variations
Color information
#3FEAB8 (or 0x3FEAB8) is known color: Turquoise. HEX triplet: 3F, EA and B8. RGB value is (63,234,184). Sum of RGB (Red+Green+Blue) = 63+234+184=481 (63% of max value = 765). Red value is 63 (25% from 255 or 13.10% from 481); Green value is 234 (91.80% from 255 or 48.65% from 481); Blue value is 184 (72.27% from 255 or 38.25% from 481); Max value from RGB is 234 - color contains mainly: green. Hex color #3FEAB8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FEAB8 is #C01547. Grayscale: #B1B1B1. Windows color (decimal): -12588360 or 12118591. OLE color: 12118591.
HSL color Cylindrical-coordinate representation of color #3FEAB8: hue angle of 162.46º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FEAB8 is Cyan = 0.73, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 63 | 234 | 184 | - |
| CMYK | 0.73 | 0 | 0.21 | 0.08 |
| HSL | 162.46º | 0.8% | 0.58% | - |
| HSV(B) | 162.46º | 0.73% | 0.92% | - |
| XYZ | 40.12 | 63.36 | 55.46 | - |
| YUV | 177.17 | 131.85 | 46.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 234 | 184 | 0.73 | 0 | 0.21 | 0.08 | 162.46 | 0.8 | 0.58 |
| Hex | 3F | EA | B8 | 49 | 0 | 15 | 8 | A2 | 50 | 3A |
| Octal | 77 | 352 | 270 | 111 | 0 | 25 | 10 | 242 | 120 | 72 |
| Binary | 111111 | 11101010 | 10111000 | 1001001 | 0 | 10101 | 1000 | 10100010 | 1010000 | 111010 |
Color Harmonies of #3FEAB8
Complementary color
Monochromatic Colors of #3FEAB8
Black with #3FEAB8
Text Example
Text Example
White with #3FEAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEAB8; }
p { color: rgb(63,234,184); }
H1.HeaderClassName
{
color: #3FEAB8;
}
.AnyTagClassName
{
color: #3FEAB8;
}
</style>
background-color css
<style>
a { background-color: #3FEAB8; }
a { background-color: rgb(63,234,184); }
div.DivClassName
{
background-color: #3FEAB8;
}
.BgClassName
{
background-color: #3FEAB8;
}
</style>
border-color css
<style>
span { border-color: #3FEAB8; }
span { border-color: rgb(63,234,184); }
td.TdClassName
{
border-color: #3FEAB8;
}
.TagClassName
{
border-color: #3FEAB8;
}
</style>