Shades of Turquoise #3BFFEC
Tints of Turquoise #3BFFEC
RGB
CMYK
RGB Variations
Color information
#3BFFEC (or 0x3BFFEC) is known color: Turquoise. HEX triplet: 3B, FF and EC. RGB value is (59,255,236). Sum of RGB (Red+Green+Blue) = 59+255+236=550 (72% of max value = 765). Red value is 59 (23.44% from 255 or 10.73% from 550); Green value is 255 (100% from 255 or 46.36% from 550); Blue value is 236 (92.58% from 255 or 42.91% from 550); Max value from RGB is 255 - color contains mainly: green. Hex color #3BFFEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3BFFEC is #C40013. Grayscale: #C2C2C2. Windows color (decimal): -12845076 or 15531835. OLE color: 15531835.
HSL color Cylindrical-coordinate representation of color #3BFFEC: hue angle of 174.18º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3BFFEC is Cyan = 0.77, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 59 | 255 | 236 | - |
| CMYK | 0.77 | 0 | 0.07 | 0 |
| HSL | 174.18º | 1% | 0.62% | - |
| HSV(B) | 174.18º | 0.77% | 1% | - |
| XYZ | 52.7 | 78.51 | 91.73 | - |
| YUV | 194.23 | 151.57 | 31.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 255 | 236 | 0.77 | 0 | 0.07 | 0 | 174.18 | 1 | 0.62 |
| Hex | 3B | FF | EC | 4D | 0 | 7 | 0 | AE | 64 | 3E |
| Octal | 73 | 377 | 354 | 115 | 0 | 7 | 0 | 256 | 144 | 76 |
| Binary | 111011 | 11111111 | 11101100 | 1001101 | 0 | 111 | 0 | 10101110 | 1100100 | 111110 |
Color Harmonies of #3BFFEC
Complementary color
Monochromatic Colors of #3BFFEC
Black with #3BFFEC
Text Example
Text Example
White with #3BFFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFFEC; }
p { color: rgb(59,255,236); }
H1.HeaderClassName
{
color: #3BFFEC;
}
.AnyTagClassName
{
color: #3BFFEC;
}
</style>
background-color css
<style>
a { background-color: #3BFFEC; }
a { background-color: rgb(59,255,236); }
div.DivClassName
{
background-color: #3BFFEC;
}
.BgClassName
{
background-color: #3BFFEC;
}
</style>
border-color css
<style>
span { border-color: #3BFFEC; }
span { border-color: rgb(59,255,236); }
td.TdClassName
{
border-color: #3BFFEC;
}
.TagClassName
{
border-color: #3BFFEC;
}
</style>