Shades of Turquoise #3BFEB2
Tints of Turquoise #3BFEB2
RGB
CMYK
RGB Variations
Color information
#3BFEB2 (or 0x3BFEB2) is known color: Turquoise. HEX triplet: 3B, FE and B2. RGB value is (59,254,178). Sum of RGB (Red+Green+Blue) = 59+254+178=491 (65% of max value = 765). Red value is 59 (23.44% from 255 or 12.02% from 491); Green value is 254 (99.61% from 255 or 51.73% from 491); Blue value is 178 (69.92% from 255 or 36.25% from 491); Max value from RGB is 254 - color contains mainly: green. Hex color #3BFEB2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3BFEB2 is #C4014D. Grayscale: #BBBBBB. Windows color (decimal): -12845390 or 11730491. OLE color: 11730491.
HSL color Cylindrical-coordinate representation of color #3BFEB2: hue angle of 156.62º 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 #3BFEB2 is Cyan = 0.77, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 59 | 254 | 178 | - |
| CMYK | 0.77 | 0 | 0.30 | 0.00 |
| HSL | 156.62º | 0.99% | 0.61% | - |
| HSV(B) | 156.62º | 0.77% | 1% | - |
| XYZ | 45.28 | 75.03 | 54.21 | - |
| YUV | 187.03 | 122.9 | 36.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 254 | 178 | 0.77 | 0 | 0.30 | 0.00 | 156.62 | 0.99 | 0.61 |
| Hex | 3B | FE | B2 | 4D | 0 | 1E | 0 | 9D | 63 | 3D |
| Octal | 73 | 376 | 262 | 115 | 0 | 36 | 0 | 235 | 143 | 75 |
| Binary | 111011 | 11111110 | 10110010 | 1001101 | 0 | 11110 | 0 | 10011101 | 1100011 | 111101 |
Color Harmonies of #3BFEB2
Complementary color
Monochromatic Colors of #3BFEB2
Black with #3BFEB2
Text Example
Text Example
White with #3BFEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFEB2; }
p { color: rgb(59,254,178); }
H1.HeaderClassName
{
color: #3BFEB2;
}
.AnyTagClassName
{
color: #3BFEB2;
}
</style>
background-color css
<style>
a { background-color: #3BFEB2; }
a { background-color: rgb(59,254,178); }
div.DivClassName
{
background-color: #3BFEB2;
}
.BgClassName
{
background-color: #3BFEB2;
}
</style>
border-color css
<style>
span { border-color: #3BFEB2; }
span { border-color: rgb(59,254,178); }
td.TdClassName
{
border-color: #3BFEB2;
}
.TagClassName
{
border-color: #3BFEB2;
}
</style>