Shades of Turquoise #3BD6EC
Tints of Turquoise #3BD6EC
RGB
CMYK
RGB Variations
Color information
#3BD6EC (or 0x3BD6EC) is known color: Turquoise. HEX triplet: 3B, D6 and EC. RGB value is (59,214,236). Sum of RGB (Red+Green+Blue) = 59+214+236=509 (67% of max value = 765). Red value is 59 (23.44% from 255 or 11.59% from 509); Green value is 214 (83.98% from 255 or 42.04% from 509); Blue value is 236 (92.58% from 255 or 46.37% from 509); Max value from RGB is 236 - color contains mainly: blue. Hex color #3BD6EC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3BD6EC is #C42913. Grayscale: #A9A9A9. Windows color (decimal): -12855572 or 15521339. OLE color: 15521339.
HSL color Cylindrical-coordinate representation of color #3BD6EC: hue angle of 187.46º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BD6EC is Cyan = 0.75, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 59 | 214 | 236 | - |
| CMYK | 0.75 | 0.09 | 0 | 0.07 |
| HSL | 187.46º | 0.82% | 0.58% | - |
| HSV(B) | 187.46º | 0.75% | 0.93% | - |
| XYZ | 40.99 | 55.08 | 87.83 | - |
| YUV | 170.16 | 165.15 | 48.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 214 | 236 | 0.75 | 0.09 | 0 | 0.07 | 187.46 | 0.82 | 0.58 |
| Hex | 3B | D6 | EC | 4B | 9 | 0 | 7 | BB | 52 | 3A |
| Octal | 73 | 326 | 354 | 113 | 11 | 0 | 7 | 273 | 122 | 72 |
| Binary | 111011 | 11010110 | 11101100 | 1001011 | 1001 | 0 | 111 | 10111011 | 1010010 | 111010 |
Color Harmonies of #3BD6EC
Complementary color
Monochromatic Colors of #3BD6EC
Black with #3BD6EC
Text Example
Text Example
White with #3BD6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD6EC; }
p { color: rgb(59,214,236); }
H1.HeaderClassName
{
color: #3BD6EC;
}
.AnyTagClassName
{
color: #3BD6EC;
}
</style>
background-color css
<style>
a { background-color: #3BD6EC; }
a { background-color: rgb(59,214,236); }
div.DivClassName
{
background-color: #3BD6EC;
}
.BgClassName
{
background-color: #3BD6EC;
}
</style>
border-color css
<style>
span { border-color: #3BD6EC; }
span { border-color: rgb(59,214,236); }
td.TdClassName
{
border-color: #3BD6EC;
}
.TagClassName
{
border-color: #3BD6EC;
}
</style>