Shades of Turquoise #3BDAB6
Tints of Turquoise #3BDAB6
RGB
CMYK
RGB Variations
Color information
#3BDAB6 (or 0x3BDAB6) is known color: Turquoise. HEX triplet: 3B, DA and B6. RGB value is (59,218,182). Sum of RGB (Red+Green+Blue) = 59+218+182=459 (60% of max value = 765). Red value is 59 (23.44% from 255 or 12.85% from 459); Green value is 218 (85.55% from 255 or 47.49% from 459); Blue value is 182 (71.48% from 255 or 39.65% from 459); Max value from RGB is 218 - color contains mainly: green. Hex color #3BDAB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BDAB6 is #C42549. Grayscale: #A6A6A6. Windows color (decimal): -12854602 or 11983419. OLE color: 11983419.
HSL color Cylindrical-coordinate representation of color #3BDAB6: hue angle of 166.42º 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 #3BDAB6 is Cyan = 0.73, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 59 | 218 | 182 | - |
| CMYK | 0.73 | 0 | 0.17 | 0.15 |
| HSL | 166.42º | 0.68% | 0.54% | - |
| HSV(B) | 166.42º | 0.73% | 0.85% | - |
| XYZ | 35.32 | 54.45 | 52.9 | - |
| YUV | 166.36 | 136.82 | 51.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 218 | 182 | 0.73 | 0 | 0.17 | 0.15 | 166.42 | 0.68 | 0.54 |
| Hex | 3B | DA | B6 | 49 | 0 | 11 | F | A6 | 44 | 36 |
| Octal | 73 | 332 | 266 | 111 | 0 | 21 | 17 | 246 | 104 | 66 |
| Binary | 111011 | 11011010 | 10110110 | 1001001 | 0 | 10001 | 1111 | 10100110 | 1000100 | 110110 |
Color Harmonies of #3BDAB6
Complementary color
Monochromatic Colors of #3BDAB6
Black with #3BDAB6
Text Example
Text Example
White with #3BDAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDAB6; }
p { color: rgb(59,218,182); }
H1.HeaderClassName
{
color: #3BDAB6;
}
.AnyTagClassName
{
color: #3BDAB6;
}
</style>
background-color css
<style>
a { background-color: #3BDAB6; }
a { background-color: rgb(59,218,182); }
div.DivClassName
{
background-color: #3BDAB6;
}
.BgClassName
{
background-color: #3BDAB6;
}
</style>
border-color css
<style>
span { border-color: #3BDAB6; }
span { border-color: rgb(59,218,182); }
td.TdClassName
{
border-color: #3BDAB6;
}
.TagClassName
{
border-color: #3BDAB6;
}
</style>