Shades of Turquoise #3BDDB6
Tints of Turquoise #3BDDB6
RGB
CMYK
RGB Variations
Color information
#3BDDB6 (or 0x3BDDB6) is known color: Turquoise. HEX triplet: 3B, DD and B6. RGB value is (59,221,182). Sum of RGB (Red+Green+Blue) = 59+221+182=462 (61% of max value = 765). Red value is 59 (23.44% from 255 or 12.77% from 462); Green value is 221 (86.72% from 255 or 47.84% from 462); Blue value is 182 (71.48% from 255 or 39.39% from 462); Max value from RGB is 221 - color contains mainly: green. Hex color #3BDDB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BDDB6 is #C42249. Grayscale: #A8A8A8. Windows color (decimal): -12853834 or 11984187. OLE color: 11984187.
HSL color Cylindrical-coordinate representation of color #3BDDB6: hue angle of 165.56º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BDDB6 is Cyan = 0.73, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 59 | 221 | 182 | - |
| CMYK | 0.73 | 0 | 0.18 | 0.13 |
| HSL | 165.56º | 0.7% | 0.55% | - |
| HSV(B) | 165.56º | 0.73% | 0.87% | - |
| XYZ | 36.1 | 56.02 | 53.17 | - |
| YUV | 168.12 | 135.83 | 50.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 221 | 182 | 0.73 | 0 | 0.18 | 0.13 | 165.56 | 0.7 | 0.55 |
| Hex | 3B | DD | B6 | 49 | 0 | 12 | D | A6 | 46 | 37 |
| Octal | 73 | 335 | 266 | 111 | 0 | 22 | 15 | 246 | 106 | 67 |
| Binary | 111011 | 11011101 | 10110110 | 1001001 | 0 | 10010 | 1101 | 10100110 | 1000110 | 110111 |
Color Harmonies of #3BDDB6
Complementary color
Monochromatic Colors of #3BDDB6
Black with #3BDDB6
Text Example
Text Example
White with #3BDDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDDB6; }
p { color: rgb(59,221,182); }
H1.HeaderClassName
{
color: #3BDDB6;
}
.AnyTagClassName
{
color: #3BDDB6;
}
</style>
background-color css
<style>
a { background-color: #3BDDB6; }
a { background-color: rgb(59,221,182); }
div.DivClassName
{
background-color: #3BDDB6;
}
.BgClassName
{
background-color: #3BDDB6;
}
</style>
border-color css
<style>
span { border-color: #3BDDB6; }
span { border-color: rgb(59,221,182); }
td.TdClassName
{
border-color: #3BDDB6;
}
.TagClassName
{
border-color: #3BDDB6;
}
</style>