Shades of Turquoise #3BFEE9
Tints of Turquoise #3BFEE9
RGB
CMYK
RGB Variations
Color information
#3BFEE9 (or 0x3BFEE9) is known color: Turquoise. HEX triplet: 3B, FE and E9. RGB value is (59,254,233). Sum of RGB (Red+Green+Blue) = 59+254+233=546 (72% of max value = 765). Red value is 59 (23.44% from 255 or 10.81% from 546); Green value is 254 (99.61% from 255 or 46.52% from 546); Blue value is 233 (91.41% from 255 or 42.67% from 546); Max value from RGB is 254 - color contains mainly: green. Hex color #3BFEE9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3BFEE9 is #C40116. Grayscale: #C1C1C1. Windows color (decimal): -12845335 or 15334971. OLE color: 15334971.
HSL color Cylindrical-coordinate representation of color #3BFEE9: hue angle of 173.54º 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 #3BFEE9 is Cyan = 0.77, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 59 | 254 | 233 | - |
| CMYK | 0.77 | 0 | 0.08 | 0.00 |
| HSL | 173.54º | 0.99% | 0.61% | - |
| HSV(B) | 173.54º | 0.77% | 1% | - |
| XYZ | 51.95 | 77.7 | 89.35 | - |
| YUV | 193.3 | 150.4 | 32.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 254 | 233 | 0.77 | 0 | 0.08 | 0.00 | 173.54 | 0.99 | 0.61 |
| Hex | 3B | FE | E9 | 4D | 0 | 8 | 0 | AE | 63 | 3D |
| Octal | 73 | 376 | 351 | 115 | 0 | 10 | 0 | 256 | 143 | 75 |
| Binary | 111011 | 11111110 | 11101001 | 1001101 | 0 | 1000 | 0 | 10101110 | 1100011 | 111101 |
Color Harmonies of #3BFEE9
Complementary color
Monochromatic Colors of #3BFEE9
Black with #3BFEE9
Text Example
Text Example
White with #3BFEE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFEE9; }
p { color: rgb(59,254,233); }
H1.HeaderClassName
{
color: #3BFEE9;
}
.AnyTagClassName
{
color: #3BFEE9;
}
</style>
background-color css
<style>
a { background-color: #3BFEE9; }
a { background-color: rgb(59,254,233); }
div.DivClassName
{
background-color: #3BFEE9;
}
.BgClassName
{
background-color: #3BFEE9;
}
</style>
border-color css
<style>
span { border-color: #3BFEE9; }
span { border-color: rgb(59,254,233); }
td.TdClassName
{
border-color: #3BFEE9;
}
.TagClassName
{
border-color: #3BFEE9;
}
</style>