Shades of Turquoise #3BF8EC
Tints of Turquoise #3BF8EC
RGB
CMYK
RGB Variations
Color information
#3BF8EC (or 0x3BF8EC) is known color: Turquoise. HEX triplet: 3B, F8 and EC. RGB value is (59,248,236). Sum of RGB (Red+Green+Blue) = 59+248+236=543 (71% of max value = 765). Red value is 59 (23.44% from 255 or 10.87% from 543); Green value is 248 (97.27% from 255 or 45.67% from 543); Blue value is 236 (92.58% from 255 or 43.46% from 543); Max value from RGB is 248 - color contains mainly: green. Hex color #3BF8EC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3BF8EC is #C40713. Grayscale: #BDBDBD. Windows color (decimal): -12846868 or 15530043. OLE color: 15530043.
HSL color Cylindrical-coordinate representation of color #3BF8EC: hue angle of 176.19º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3BF8EC is Cyan = 0.76, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 59 | 248 | 236 | - |
| CMYK | 0.76 | 0 | 0.05 | 0.03 |
| HSL | 176.19º | 0.93% | 0.6% | - |
| HSV(B) | 176.19º | 0.76% | 0.97% | - |
| XYZ | 50.51 | 74.12 | 91 | - |
| YUV | 190.12 | 153.88 | 34.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 248 | 236 | 0.76 | 0 | 0.05 | 0.03 | 176.19 | 0.93 | 0.6 |
| Hex | 3B | F8 | EC | 4C | 0 | 5 | 3 | B0 | 5D | 3C |
| Octal | 73 | 370 | 354 | 114 | 0 | 5 | 3 | 260 | 135 | 74 |
| Binary | 111011 | 11111000 | 11101100 | 1001100 | 0 | 101 | 11 | 10110000 | 1011101 | 111100 |
Color Harmonies of #3BF8EC
Complementary color
Monochromatic Colors of #3BF8EC
Black with #3BF8EC
Text Example
Text Example
White with #3BF8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BF8EC; }
p { color: rgb(59,248,236); }
H1.HeaderClassName
{
color: #3BF8EC;
}
.AnyTagClassName
{
color: #3BF8EC;
}
</style>
background-color css
<style>
a { background-color: #3BF8EC; }
a { background-color: rgb(59,248,236); }
div.DivClassName
{
background-color: #3BF8EC;
}
.BgClassName
{
background-color: #3BF8EC;
}
</style>
border-color css
<style>
span { border-color: #3BF8EC; }
span { border-color: rgb(59,248,236); }
td.TdClassName
{
border-color: #3BF8EC;
}
.TagClassName
{
border-color: #3BF8EC;
}
</style>