Shades of Turquoise #3BD6BD
Tints of Turquoise #3BD6BD
RGB
CMYK
RGB Variations
Color information
#3BD6BD (or 0x3BD6BD) is known color: Turquoise. HEX triplet: 3B, D6 and BD. RGB value is (59,214,189). Sum of RGB (Red+Green+Blue) = 59+214+189=462 (61% of max value = 765). Red value is 59 (23.44% from 255 or 12.77% from 462); Green value is 214 (83.98% from 255 or 46.32% from 462); Blue value is 189 (74.22% from 255 or 40.91% from 462); Max value from RGB is 214 - color contains mainly: green. Hex color #3BD6BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BD6BD is #C42942. Grayscale: #A4A4A4. Windows color (decimal): -12855619 or 12441147. OLE color: 12441147.
HSL color Cylindrical-coordinate representation of color #3BD6BD: hue angle of 170.32º 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 #3BD6BD is Cyan = 0.72, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 59 | 214 | 189 | - |
| CMYK | 0.72 | 0 | 0.12 | 0.16 |
| HSL | 170.32º | 0.65% | 0.54% | - |
| HSV(B) | 170.32º | 0.72% | 0.84% | - |
| XYZ | 35.04 | 52.7 | 56.47 | - |
| YUV | 164.81 | 141.65 | 52.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 214 | 189 | 0.72 | 0 | 0.12 | 0.16 | 170.32 | 0.65 | 0.54 |
| Hex | 3B | D6 | BD | 48 | 0 | C | 10 | AA | 41 | 36 |
| Octal | 73 | 326 | 275 | 110 | 0 | 14 | 20 | 252 | 101 | 66 |
| Binary | 111011 | 11010110 | 10111101 | 1001000 | 0 | 1100 | 10000 | 10101010 | 1000001 | 110110 |
Color Harmonies of #3BD6BD
Complementary color
Monochromatic Colors of #3BD6BD
Black with #3BD6BD
Text Example
Text Example
White with #3BD6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD6BD; }
p { color: rgb(59,214,189); }
H1.HeaderClassName
{
color: #3BD6BD;
}
.AnyTagClassName
{
color: #3BD6BD;
}
</style>
background-color css
<style>
a { background-color: #3BD6BD; }
a { background-color: rgb(59,214,189); }
div.DivClassName
{
background-color: #3BD6BD;
}
.BgClassName
{
background-color: #3BD6BD;
}
</style>
border-color css
<style>
span { border-color: #3BD6BD; }
span { border-color: rgb(59,214,189); }
td.TdClassName
{
border-color: #3BD6BD;
}
.TagClassName
{
border-color: #3BD6BD;
}
</style>