Shades of Turquoise #3BDABB
Tints of Turquoise #3BDABB
RGB
CMYK
RGB Variations
Color information
#3BDABB (or 0x3BDABB) is known color: Turquoise. HEX triplet: 3B, DA and BB. RGB value is (59,218,187). Sum of RGB (Red+Green+Blue) = 59+218+187=464 (61% of max value = 765). Red value is 59 (23.44% from 255 or 12.72% from 464); Green value is 218 (85.55% from 255 or 46.98% from 464); Blue value is 187 (73.44% from 255 or 40.30% from 464); Max value from RGB is 218 - color contains mainly: green. Hex color #3BDABB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BDABB is #C42544. Grayscale: #A6A6A6. Windows color (decimal): -12854597 or 12311099. OLE color: 12311099.
HSL color Cylindrical-coordinate representation of color #3BDABB: hue angle of 168.3º 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 #3BDABB is Cyan = 0.73, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 59 | 218 | 187 | - |
| CMYK | 0.73 | 0 | 0.14 | 0.15 |
| HSL | 168.3º | 0.68% | 0.54% | - |
| HSV(B) | 168.3º | 0.73% | 0.85% | - |
| XYZ | 35.84 | 54.66 | 55.68 | - |
| YUV | 166.93 | 139.32 | 51.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 218 | 187 | 0.73 | 0 | 0.14 | 0.15 | 168.3 | 0.68 | 0.54 |
| Hex | 3B | DA | BB | 49 | 0 | E | F | A8 | 44 | 36 |
| Octal | 73 | 332 | 273 | 111 | 0 | 16 | 17 | 250 | 104 | 66 |
| Binary | 111011 | 11011010 | 10111011 | 1001001 | 0 | 1110 | 1111 | 10101000 | 1000100 | 110110 |
Color Harmonies of #3BDABB
Complementary color
Monochromatic Colors of #3BDABB
Black with #3BDABB
Text Example
Text Example
White with #3BDABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDABB; }
p { color: rgb(59,218,187); }
H1.HeaderClassName
{
color: #3BDABB;
}
.AnyTagClassName
{
color: #3BDABB;
}
</style>
background-color css
<style>
a { background-color: #3BDABB; }
a { background-color: rgb(59,218,187); }
div.DivClassName
{
background-color: #3BDABB;
}
.BgClassName
{
background-color: #3BDABB;
}
</style>
border-color css
<style>
span { border-color: #3BDABB; }
span { border-color: rgb(59,218,187); }
td.TdClassName
{
border-color: #3BDABB;
}
.TagClassName
{
border-color: #3BDABB;
}
</style>