Shades of Turquoise #3BFEB8
Tints of Turquoise #3BFEB8
RGB
CMYK
RGB Variations
Color information
#3BFEB8 (or 0x3BFEB8) is known color: Turquoise. HEX triplet: 3B, FE and B8. RGB value is (59,254,184). Sum of RGB (Red+Green+Blue) = 59+254+184=497 (65% of max value = 765). Red value is 59 (23.44% from 255 or 11.87% from 497); Green value is 254 (99.61% from 255 or 51.11% from 497); Blue value is 184 (72.27% from 255 or 37.02% from 497); Max value from RGB is 254 - color contains mainly: green. Hex color #3BFEB8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BFEB8 is #C40147. Grayscale: #BBBBBB. Windows color (decimal): -12845384 or 12123707. OLE color: 12123707.
HSL color Cylindrical-coordinate representation of color #3BFEB8: hue angle of 158.46º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3BFEB8 is Cyan = 0.77, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 59 | 254 | 184 | - |
| CMYK | 0.77 | 0 | 0.28 | 0.00 |
| HSL | 158.46º | 0.99% | 0.61% | - |
| HSV(B) | 158.46º | 0.77% | 1% | - |
| XYZ | 45.9 | 75.27 | 57.46 | - |
| YUV | 187.72 | 125.9 | 36.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 254 | 184 | 0.77 | 0 | 0.28 | 0.00 | 158.46 | 0.99 | 0.61 |
| Hex | 3B | FE | B8 | 4D | 0 | 1C | 0 | 9E | 63 | 3D |
| Octal | 73 | 376 | 270 | 115 | 0 | 34 | 0 | 236 | 143 | 75 |
| Binary | 111011 | 11111110 | 10111000 | 1001101 | 0 | 11100 | 0 | 10011110 | 1100011 | 111101 |
Color Harmonies of #3BFEB8
Complementary color
Monochromatic Colors of #3BFEB8
Black with #3BFEB8
Text Example
Text Example
White with #3BFEB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFEB8; }
p { color: rgb(59,254,184); }
H1.HeaderClassName
{
color: #3BFEB8;
}
.AnyTagClassName
{
color: #3BFEB8;
}
</style>
background-color css
<style>
a { background-color: #3BFEB8; }
a { background-color: rgb(59,254,184); }
div.DivClassName
{
background-color: #3BFEB8;
}
.BgClassName
{
background-color: #3BFEB8;
}
</style>
border-color css
<style>
span { border-color: #3BFEB8; }
span { border-color: rgb(59,254,184); }
td.TdClassName
{
border-color: #3BFEB8;
}
.TagClassName
{
border-color: #3BFEB8;
}
</style>