Shades of Turquoise #3FFEB8
Tints of Turquoise #3FFEB8
RGB
CMYK
RGB Variations
Color information
#3FFEB8 (or 0x3FFEB8) is known color: Turquoise. HEX triplet: 3F, FE and B8. RGB value is (63,254,184). Sum of RGB (Red+Green+Blue) = 63+254+184=501 (66% of max value = 765). Red value is 63 (25% from 255 or 12.57% from 501); Green value is 254 (99.61% from 255 or 50.70% from 501); Blue value is 184 (72.27% from 255 or 36.73% from 501); Max value from RGB is 254 - color contains mainly: green. Hex color #3FFEB8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FFEB8 is #C00147. Grayscale: #BDBDBD. Windows color (decimal): -12583240 or 12123711. OLE color: 12123711.
HSL color Cylindrical-coordinate representation of color #3FFEB8: hue angle of 158.01º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FFEB8 is Cyan = 0.75, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 63 | 254 | 184 | - |
| CMYK | 0.75 | 0 | 0.28 | 0.00 |
| HSL | 158.01º | 0.99% | 0.62% | - |
| HSV(B) | 158.01º | 0.75% | 1% | - |
| XYZ | 46.14 | 75.4 | 57.47 | - |
| YUV | 188.91 | 125.22 | 38.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 254 | 184 | 0.75 | 0 | 0.28 | 0.00 | 158.01 | 0.99 | 0.62 |
| Hex | 3F | FE | B8 | 4B | 0 | 1C | 0 | 9E | 63 | 3E |
| Octal | 77 | 376 | 270 | 113 | 0 | 34 | 0 | 236 | 143 | 76 |
| Binary | 111111 | 11111110 | 10111000 | 1001011 | 0 | 11100 | 0 | 10011110 | 1100011 | 111110 |
Color Harmonies of #3FFEB8
Complementary color
Monochromatic Colors of #3FFEB8
Black with #3FFEB8
Text Example
Text Example
White with #3FFEB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFEB8; }
p { color: rgb(63,254,184); }
H1.HeaderClassName
{
color: #3FFEB8;
}
.AnyTagClassName
{
color: #3FFEB8;
}
</style>
background-color css
<style>
a { background-color: #3FFEB8; }
a { background-color: rgb(63,254,184); }
div.DivClassName
{
background-color: #3FFEB8;
}
.BgClassName
{
background-color: #3FFEB8;
}
</style>
border-color css
<style>
span { border-color: #3FFEB8; }
span { border-color: rgb(63,254,184); }
td.TdClassName
{
border-color: #3FFEB8;
}
.TagClassName
{
border-color: #3FFEB8;
}
</style>