Shades of Turquoise #3BFEBF
Tints of Turquoise #3BFEBF
RGB
CMYK
RGB Variations
Color information
#3BFEBF (or 0x3BFEBF) is known color: Turquoise. HEX triplet: 3B, FE and BF. RGB value is (59,254,191). Sum of RGB (Red+Green+Blue) = 59+254+191=504 (66% of max value = 765). Red value is 59 (23.44% from 255 or 11.71% from 504); Green value is 254 (99.61% from 255 or 50.40% from 504); Blue value is 191 (75% from 255 or 37.90% from 504); Max value from RGB is 254 - color contains mainly: green. Hex color #3BFEBF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BFEBF is #C40140. Grayscale: #BCBCBC. Windows color (decimal): -12845377 or 12582459. OLE color: 12582459.
HSL color Cylindrical-coordinate representation of color #3BFEBF: hue angle of 160.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 #3BFEBF is Cyan = 0.77, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 59 | 254 | 191 | - |
| CMYK | 0.77 | 0 | 0.25 | 0.00 |
| HSL | 160.62º | 0.99% | 0.61% | - |
| HSV(B) | 160.62º | 0.77% | 1% | - |
| XYZ | 46.65 | 75.58 | 61.42 | - |
| YUV | 188.51 | 129.4 | 35.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 254 | 191 | 0.77 | 0 | 0.25 | 0.00 | 160.62 | 0.99 | 0.61 |
| Hex | 3B | FE | BF | 4D | 0 | 19 | 0 | A1 | 63 | 3D |
| Octal | 73 | 376 | 277 | 115 | 0 | 31 | 0 | 241 | 143 | 75 |
| Binary | 111011 | 11111110 | 10111111 | 1001101 | 0 | 11001 | 0 | 10100001 | 1100011 | 111101 |
Color Harmonies of #3BFEBF
Complementary color
Monochromatic Colors of #3BFEBF
Black with #3BFEBF
Text Example
Text Example
White with #3BFEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFEBF; }
p { color: rgb(59,254,191); }
H1.HeaderClassName
{
color: #3BFEBF;
}
.AnyTagClassName
{
color: #3BFEBF;
}
</style>
background-color css
<style>
a { background-color: #3BFEBF; }
a { background-color: rgb(59,254,191); }
div.DivClassName
{
background-color: #3BFEBF;
}
.BgClassName
{
background-color: #3BFEBF;
}
</style>
border-color css
<style>
span { border-color: #3BFEBF; }
span { border-color: rgb(59,254,191); }
td.TdClassName
{
border-color: #3BFEBF;
}
.TagClassName
{
border-color: #3BFEBF;
}
</style>