Shades of Turquoise #3BF3EC
Tints of Turquoise #3BF3EC
RGB
CMYK
RGB Variations
Color information
#3BF3EC (or 0x3BF3EC) is known color: Turquoise. HEX triplet: 3B, F3 and EC. RGB value is (59,243,236). Sum of RGB (Red+Green+Blue) = 59+243+236=538 (71% of max value = 765). Red value is 59 (23.44% from 255 or 10.97% from 538); Green value is 243 (95.31% from 255 or 45.17% from 538); Blue value is 236 (92.58% from 255 or 43.87% from 538); Max value from RGB is 243 - color contains mainly: green. Hex color #3BF3EC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3BF3EC is #C40C13. Grayscale: #BBBBBB. Windows color (decimal): -12848148 or 15528763. OLE color: 15528763.
HSL color Cylindrical-coordinate representation of color #3BF3EC: hue angle of 177.72º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3BF3EC is Cyan = 0.76, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 59 | 243 | 236 | - |
| CMYK | 0.76 | 0 | 0.03 | 0.05 |
| HSL | 177.72º | 0.88% | 0.59% | - |
| HSV(B) | 177.72º | 0.76% | 0.95% | - |
| XYZ | 48.99 | 71.09 | 90.5 | - |
| YUV | 187.19 | 155.54 | 36.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 243 | 236 | 0.76 | 0 | 0.03 | 0.05 | 177.72 | 0.88 | 0.59 |
| Hex | 3B | F3 | EC | 4C | 0 | 3 | 5 | B2 | 58 | 3B |
| Octal | 73 | 363 | 354 | 114 | 0 | 3 | 5 | 262 | 130 | 73 |
| Binary | 111011 | 11110011 | 11101100 | 1001100 | 0 | 11 | 101 | 10110010 | 1011000 | 111011 |
Color Harmonies of #3BF3EC
Complementary color
Monochromatic Colors of #3BF3EC
Black with #3BF3EC
Text Example
Text Example
White with #3BF3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BF3EC; }
p { color: rgb(59,243,236); }
H1.HeaderClassName
{
color: #3BF3EC;
}
.AnyTagClassName
{
color: #3BF3EC;
}
</style>
background-color css
<style>
a { background-color: #3BF3EC; }
a { background-color: rgb(59,243,236); }
div.DivClassName
{
background-color: #3BF3EC;
}
.BgClassName
{
background-color: #3BF3EC;
}
</style>
border-color css
<style>
span { border-color: #3BF3EC; }
span { border-color: rgb(59,243,236); }
td.TdClassName
{
border-color: #3BF3EC;
}
.TagClassName
{
border-color: #3BF3EC;
}
</style>