Shades of Turquoise #3BFEBE
Tints of Turquoise #3BFEBE
RGB
CMYK
RGB Variations
Color information
#3BFEBE (or 0x3BFEBE) is known color: Turquoise. HEX triplet: 3B, FE and BE. RGB value is (59,254,190). Sum of RGB (Red+Green+Blue) = 59+254+190=503 (66% of max value = 765). Red value is 59 (23.44% from 255 or 11.73% from 503); Green value is 254 (99.61% from 255 or 50.50% from 503); Blue value is 190 (74.61% from 255 or 37.77% from 503); Max value from RGB is 254 - color contains mainly: green. Hex color #3BFEBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BFEBE is #C40141. Grayscale: #BCBCBC. Windows color (decimal): -12845378 or 12516923. OLE color: 12516923.
HSL color Cylindrical-coordinate representation of color #3BFEBE: hue angle of 160.31º 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 #3BFEBE is Cyan = 0.77, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 59 | 254 | 190 | - |
| CMYK | 0.77 | 0 | 0.25 | 0.00 |
| HSL | 160.31º | 0.99% | 0.61% | - |
| HSV(B) | 160.31º | 0.77% | 1% | - |
| XYZ | 46.54 | 75.53 | 60.84 | - |
| YUV | 188.4 | 128.9 | 35.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 254 | 190 | 0.77 | 0 | 0.25 | 0.00 | 160.31 | 0.99 | 0.61 |
| Hex | 3B | FE | BE | 4D | 0 | 19 | 0 | A0 | 63 | 3D |
| Octal | 73 | 376 | 276 | 115 | 0 | 31 | 0 | 240 | 143 | 75 |
| Binary | 111011 | 11111110 | 10111110 | 1001101 | 0 | 11001 | 0 | 10100000 | 1100011 | 111101 |
Color Harmonies of #3BFEBE
Complementary color
Monochromatic Colors of #3BFEBE
Black with #3BFEBE
Text Example
Text Example
White with #3BFEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFEBE; }
p { color: rgb(59,254,190); }
H1.HeaderClassName
{
color: #3BFEBE;
}
.AnyTagClassName
{
color: #3BFEBE;
}
</style>
background-color css
<style>
a { background-color: #3BFEBE; }
a { background-color: rgb(59,254,190); }
div.DivClassName
{
background-color: #3BFEBE;
}
.BgClassName
{
background-color: #3BFEBE;
}
</style>
border-color css
<style>
span { border-color: #3BFEBE; }
span { border-color: rgb(59,254,190); }
td.TdClassName
{
border-color: #3BFEBE;
}
.TagClassName
{
border-color: #3BFEBE;
}
</style>