Shades of Turquoise #3BDDB5
Tints of Turquoise #3BDDB5
RGB
CMYK
RGB Variations
Color information
#3BDDB5 (or 0x3BDDB5) is known color: Turquoise. HEX triplet: 3B, DD and B5. RGB value is (59,221,181). Sum of RGB (Red+Green+Blue) = 59+221+181=461 (61% of max value = 765). Red value is 59 (23.44% from 255 or 12.80% from 461); Green value is 221 (86.72% from 255 or 47.94% from 461); Blue value is 181 (71.09% from 255 or 39.26% from 461); Max value from RGB is 221 - color contains mainly: green. Hex color #3BDDB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BDDB5 is #C4224A. Grayscale: #A7A7A7. Windows color (decimal): -12853835 or 11918651. OLE color: 11918651.
HSL color Cylindrical-coordinate representation of color #3BDDB5: hue angle of 165.19º 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 #3BDDB5 is Cyan = 0.73, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 59 | 221 | 181 | - |
| CMYK | 0.73 | 0 | 0.18 | 0.13 |
| HSL | 165.19º | 0.7% | 0.55% | - |
| HSV(B) | 165.19º | 0.73% | 0.87% | - |
| XYZ | 36 | 55.98 | 52.62 | - |
| YUV | 168 | 135.33 | 50.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 221 | 181 | 0.73 | 0 | 0.18 | 0.13 | 165.19 | 0.7 | 0.55 |
| Hex | 3B | DD | B5 | 49 | 0 | 12 | D | A5 | 46 | 37 |
| Octal | 73 | 335 | 265 | 111 | 0 | 22 | 15 | 245 | 106 | 67 |
| Binary | 111011 | 11011101 | 10110101 | 1001001 | 0 | 10010 | 1101 | 10100101 | 1000110 | 110111 |
Color Harmonies of #3BDDB5
Complementary color
Monochromatic Colors of #3BDDB5
Black with #3BDDB5
Text Example
Text Example
White with #3BDDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDDB5; }
p { color: rgb(59,221,181); }
H1.HeaderClassName
{
color: #3BDDB5;
}
.AnyTagClassName
{
color: #3BDDB5;
}
</style>
background-color css
<style>
a { background-color: #3BDDB5; }
a { background-color: rgb(59,221,181); }
div.DivClassName
{
background-color: #3BDDB5;
}
.BgClassName
{
background-color: #3BDDB5;
}
</style>
border-color css
<style>
span { border-color: #3BDDB5; }
span { border-color: rgb(59,221,181); }
td.TdClassName
{
border-color: #3BDDB5;
}
.TagClassName
{
border-color: #3BDDB5;
}
</style>