Shades of Turquoise #3BDDB7
Tints of Turquoise #3BDDB7
RGB
CMYK
RGB Variations
Color information
#3BDDB7 (or 0x3BDDB7) is known color: Turquoise. HEX triplet: 3B, DD and B7. RGB value is (59,221,183). Sum of RGB (Red+Green+Blue) = 59+221+183=463 (61% of max value = 765). Red value is 59 (23.44% from 255 or 12.74% from 463); Green value is 221 (86.72% from 255 or 47.73% from 463); Blue value is 183 (71.88% from 255 or 39.52% from 463); Max value from RGB is 221 - color contains mainly: green. Hex color #3BDDB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BDDB7 is #C42248. Grayscale: #A8A8A8. Windows color (decimal): -12853833 or 12049723. OLE color: 12049723.
HSL color Cylindrical-coordinate representation of color #3BDDB7: hue angle of 165.93º 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 #3BDDB7 is Cyan = 0.73, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 59 | 221 | 183 | - |
| CMYK | 0.73 | 0 | 0.17 | 0.13 |
| HSL | 165.93º | 0.7% | 0.55% | - |
| HSV(B) | 165.93º | 0.73% | 0.87% | - |
| XYZ | 36.21 | 56.06 | 53.71 | - |
| YUV | 168.23 | 136.33 | 50.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 221 | 183 | 0.73 | 0 | 0.17 | 0.13 | 165.93 | 0.7 | 0.55 |
| Hex | 3B | DD | B7 | 49 | 0 | 11 | D | A6 | 46 | 37 |
| Octal | 73 | 335 | 267 | 111 | 0 | 21 | 15 | 246 | 106 | 67 |
| Binary | 111011 | 11011101 | 10110111 | 1001001 | 0 | 10001 | 1101 | 10100110 | 1000110 | 110111 |
Color Harmonies of #3BDDB7
Complementary color
Monochromatic Colors of #3BDDB7
Black with #3BDDB7
Text Example
Text Example
White with #3BDDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDDB7; }
p { color: rgb(59,221,183); }
H1.HeaderClassName
{
color: #3BDDB7;
}
.AnyTagClassName
{
color: #3BDDB7;
}
</style>
background-color css
<style>
a { background-color: #3BDDB7; }
a { background-color: rgb(59,221,183); }
div.DivClassName
{
background-color: #3BDDB7;
}
.BgClassName
{
background-color: #3BDDB7;
}
</style>
border-color css
<style>
span { border-color: #3BDDB7; }
span { border-color: rgb(59,221,183); }
td.TdClassName
{
border-color: #3BDDB7;
}
.TagClassName
{
border-color: #3BDDB7;
}
</style>