Shades of Turquoise #3BD6BC
Tints of Turquoise #3BD6BC
RGB
CMYK
RGB Variations
Color information
#3BD6BC (or 0x3BD6BC) is known color: Turquoise. HEX triplet: 3B, D6 and BC. RGB value is (59,214,188). Sum of RGB (Red+Green+Blue) = 59+214+188=461 (61% of max value = 765). Red value is 59 (23.44% from 255 or 12.80% from 461); Green value is 214 (83.98% from 255 or 46.42% from 461); Blue value is 188 (73.83% from 255 or 40.78% from 461); Max value from RGB is 214 - color contains mainly: green. Hex color #3BD6BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BD6BC is #C42943. Grayscale: #A4A4A4. Windows color (decimal): -12855620 or 12375611. OLE color: 12375611.
HSL color Cylindrical-coordinate representation of color #3BD6BC: hue angle of 169.94º 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 #3BD6BC is Cyan = 0.72, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 59 | 214 | 188 | - |
| CMYK | 0.72 | 0 | 0.12 | 0.16 |
| HSL | 169.94º | 0.65% | 0.54% | - |
| HSV(B) | 169.94º | 0.72% | 0.84% | - |
| XYZ | 34.93 | 52.65 | 55.9 | - |
| YUV | 164.69 | 141.15 | 52.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 214 | 188 | 0.72 | 0 | 0.12 | 0.16 | 169.94 | 0.65 | 0.54 |
| Hex | 3B | D6 | BC | 48 | 0 | C | 10 | AA | 41 | 36 |
| Octal | 73 | 326 | 274 | 110 | 0 | 14 | 20 | 252 | 101 | 66 |
| Binary | 111011 | 11010110 | 10111100 | 1001000 | 0 | 1100 | 10000 | 10101010 | 1000001 | 110110 |
Color Harmonies of #3BD6BC
Complementary color
Monochromatic Colors of #3BD6BC
Black with #3BD6BC
Text Example
Text Example
White with #3BD6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD6BC; }
p { color: rgb(59,214,188); }
H1.HeaderClassName
{
color: #3BD6BC;
}
.AnyTagClassName
{
color: #3BD6BC;
}
</style>
background-color css
<style>
a { background-color: #3BD6BC; }
a { background-color: rgb(59,214,188); }
div.DivClassName
{
background-color: #3BD6BC;
}
.BgClassName
{
background-color: #3BD6BC;
}
</style>
border-color css
<style>
span { border-color: #3BD6BC; }
span { border-color: rgb(59,214,188); }
td.TdClassName
{
border-color: #3BD6BC;
}
.TagClassName
{
border-color: #3BD6BC;
}
</style>