Shades of Turquoise #3BDABA
Tints of Turquoise #3BDABA
RGB
CMYK
RGB Variations
Color information
#3BDABA (or 0x3BDABA) is known color: Turquoise. HEX triplet: 3B, DA and BA. RGB value is (59,218,186). Sum of RGB (Red+Green+Blue) = 59+218+186=463 (61% of max value = 765). Red value is 59 (23.44% from 255 or 12.74% from 463); Green value is 218 (85.55% from 255 or 47.08% from 463); Blue value is 186 (73.05% from 255 or 40.17% from 463); Max value from RGB is 218 - color contains mainly: green. Hex color #3BDABA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BDABA is #C42545. Grayscale: #A6A6A6. Windows color (decimal): -12854598 or 12245563. OLE color: 12245563.
HSL color Cylindrical-coordinate representation of color #3BDABA: hue angle of 167.92º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BDABA is Cyan = 0.73, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 59 | 218 | 186 | - |
| CMYK | 0.73 | 0 | 0.15 | 0.15 |
| HSL | 167.92º | 0.68% | 0.54% | - |
| HSV(B) | 167.92º | 0.73% | 0.85% | - |
| XYZ | 35.74 | 54.62 | 55.11 | - |
| YUV | 166.81 | 138.82 | 51.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 218 | 186 | 0.73 | 0 | 0.15 | 0.15 | 167.92 | 0.68 | 0.54 |
| Hex | 3B | DA | BA | 49 | 0 | F | F | A8 | 44 | 36 |
| Octal | 73 | 332 | 272 | 111 | 0 | 17 | 17 | 250 | 104 | 66 |
| Binary | 111011 | 11011010 | 10111010 | 1001001 | 0 | 1111 | 1111 | 10101000 | 1000100 | 110110 |
Color Harmonies of #3BDABA
Complementary color
Monochromatic Colors of #3BDABA
Black with #3BDABA
Text Example
Text Example
White with #3BDABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDABA; }
p { color: rgb(59,218,186); }
H1.HeaderClassName
{
color: #3BDABA;
}
.AnyTagClassName
{
color: #3BDABA;
}
</style>
background-color css
<style>
a { background-color: #3BDABA; }
a { background-color: rgb(59,218,186); }
div.DivClassName
{
background-color: #3BDABA;
}
.BgClassName
{
background-color: #3BDABA;
}
</style>
border-color css
<style>
span { border-color: #3BDABA; }
span { border-color: rgb(59,218,186); }
td.TdClassName
{
border-color: #3BDABA;
}
.TagClassName
{
border-color: #3BDABA;
}
</style>