Shades of Turquoise #3BD6CE
Tints of Turquoise #3BD6CE
RGB
CMYK
RGB Variations
Color information
#3BD6CE (or 0x3BD6CE) is known color: Turquoise. HEX triplet: 3B, D6 and CE. RGB value is (59,214,206). Sum of RGB (Red+Green+Blue) = 59+214+206=479 (63% of max value = 765). Red value is 59 (23.44% from 255 or 12.32% from 479); Green value is 214 (83.98% from 255 or 44.68% from 479); Blue value is 206 (80.86% from 255 or 43.01% from 479); Max value from RGB is 214 - color contains mainly: green. Hex color #3BD6CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BD6CE is #C42931. Grayscale: #A6A6A6. Windows color (decimal): -12855602 or 13555259. OLE color: 13555259.
HSL color Cylindrical-coordinate representation of color #3BD6CE: hue angle of 176.9º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3BD6CE is Cyan = 0.72, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 59 | 214 | 206 | - |
| CMYK | 0.72 | 0 | 0.04 | 0.16 |
| HSL | 176.9º | 0.65% | 0.54% | - |
| HSV(B) | 176.9º | 0.72% | 0.84% | - |
| XYZ | 36.99 | 53.48 | 66.77 | - |
| YUV | 166.74 | 150.15 | 51.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 214 | 206 | 0.72 | 0 | 0.04 | 0.16 | 176.9 | 0.65 | 0.54 |
| Hex | 3B | D6 | CE | 48 | 0 | 4 | 10 | B1 | 41 | 36 |
| Octal | 73 | 326 | 316 | 110 | 0 | 4 | 20 | 261 | 101 | 66 |
| Binary | 111011 | 11010110 | 11001110 | 1001000 | 0 | 100 | 10000 | 10110001 | 1000001 | 110110 |
Color Harmonies of #3BD6CE
Complementary color
Monochromatic Colors of #3BD6CE
Black with #3BD6CE
Text Example
Text Example
White with #3BD6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD6CE; }
p { color: rgb(59,214,206); }
H1.HeaderClassName
{
color: #3BD6CE;
}
.AnyTagClassName
{
color: #3BD6CE;
}
</style>
background-color css
<style>
a { background-color: #3BD6CE; }
a { background-color: rgb(59,214,206); }
div.DivClassName
{
background-color: #3BD6CE;
}
.BgClassName
{
background-color: #3BD6CE;
}
</style>
border-color css
<style>
span { border-color: #3BD6CE; }
span { border-color: rgb(59,214,206); }
td.TdClassName
{
border-color: #3BD6CE;
}
.TagClassName
{
border-color: #3BD6CE;
}
</style>