Shades of Turquoise #3BD9EC
Tints of Turquoise #3BD9EC
RGB
CMYK
RGB Variations
Color information
#3BD9EC (or 0x3BD9EC) is known color: Turquoise. HEX triplet: 3B, D9 and EC. RGB value is (59,217,236). Sum of RGB (Red+Green+Blue) = 59+217+236=512 (67% of max value = 765). Red value is 59 (23.44% from 255 or 11.52% from 512); Green value is 217 (85.16% from 255 or 42.38% from 512); Blue value is 236 (92.58% from 255 or 46.09% from 512); Max value from RGB is 236 - color contains mainly: blue. Hex color #3BD9EC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3BD9EC is #C42613. Grayscale: #ABABAB. Windows color (decimal): -12854804 or 15522107. OLE color: 15522107.
HSL color Cylindrical-coordinate representation of color #3BD9EC: hue angle of 186.44º 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 #3BD9EC is Cyan = 0.75, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 59 | 217 | 236 | - |
| CMYK | 0.75 | 0.08 | 0 | 0.07 |
| HSL | 186.44º | 0.82% | 0.58% | - |
| HSV(B) | 186.44º | 0.75% | 0.93% | - |
| XYZ | 41.76 | 56.61 | 88.08 | - |
| YUV | 171.92 | 164.15 | 47.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 217 | 236 | 0.75 | 0.08 | 0 | 0.07 | 186.44 | 0.82 | 0.58 |
| Hex | 3B | D9 | EC | 4B | 8 | 0 | 7 | BA | 52 | 3A |
| Octal | 73 | 331 | 354 | 113 | 10 | 0 | 7 | 272 | 122 | 72 |
| Binary | 111011 | 11011001 | 11101100 | 1001011 | 1000 | 0 | 111 | 10111010 | 1010010 | 111010 |
Color Harmonies of #3BD9EC
Complementary color
Monochromatic Colors of #3BD9EC
Black with #3BD9EC
Text Example
Text Example
White with #3BD9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD9EC; }
p { color: rgb(59,217,236); }
H1.HeaderClassName
{
color: #3BD9EC;
}
.AnyTagClassName
{
color: #3BD9EC;
}
</style>
background-color css
<style>
a { background-color: #3BD9EC; }
a { background-color: rgb(59,217,236); }
div.DivClassName
{
background-color: #3BD9EC;
}
.BgClassName
{
background-color: #3BD9EC;
}
</style>
border-color css
<style>
span { border-color: #3BD9EC; }
span { border-color: rgb(59,217,236); }
td.TdClassName
{
border-color: #3BD9EC;
}
.TagClassName
{
border-color: #3BD9EC;
}
</style>