Shades of Turquoise #3BDDBD
Tints of Turquoise #3BDDBD
RGB
CMYK
RGB Variations
Color information
#3BDDBD (or 0x3BDDBD) is known color: Turquoise. HEX triplet: 3B, DD and BD. RGB value is (59,221,189). Sum of RGB (Red+Green+Blue) = 59+221+189=469 (62% of max value = 765). Red value is 59 (23.44% from 255 or 12.58% from 469); Green value is 221 (86.72% from 255 or 47.12% from 469); Blue value is 189 (74.22% from 255 or 40.30% from 469); Max value from RGB is 221 - color contains mainly: green. Hex color #3BDDBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BDDBD is #C42242. Grayscale: #A8A8A8. Windows color (decimal): -12853827 or 12442939. OLE color: 12442939.
HSL color Cylindrical-coordinate representation of color #3BDDBD: hue angle of 168.15º 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 #3BDDBD is Cyan = 0.73, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 59 | 221 | 189 | - |
| CMYK | 0.73 | 0 | 0.14 | 0.13 |
| HSL | 168.15º | 0.7% | 0.55% | - |
| HSV(B) | 168.15º | 0.73% | 0.87% | - |
| XYZ | 36.85 | 56.32 | 57.07 | - |
| YUV | 168.91 | 139.33 | 49.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 221 | 189 | 0.73 | 0 | 0.14 | 0.13 | 168.15 | 0.7 | 0.55 |
| Hex | 3B | DD | BD | 49 | 0 | E | D | A8 | 46 | 37 |
| Octal | 73 | 335 | 275 | 111 | 0 | 16 | 15 | 250 | 106 | 67 |
| Binary | 111011 | 11011101 | 10111101 | 1001001 | 0 | 1110 | 1101 | 10101000 | 1000110 | 110111 |
Color Harmonies of #3BDDBD
Complementary color
Monochromatic Colors of #3BDDBD
Black with #3BDDBD
Text Example
Text Example
White with #3BDDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDDBD; }
p { color: rgb(59,221,189); }
H1.HeaderClassName
{
color: #3BDDBD;
}
.AnyTagClassName
{
color: #3BDDBD;
}
</style>
background-color css
<style>
a { background-color: #3BDDBD; }
a { background-color: rgb(59,221,189); }
div.DivClassName
{
background-color: #3BDDBD;
}
.BgClassName
{
background-color: #3BDDBD;
}
</style>
border-color css
<style>
span { border-color: #3BDDBD; }
span { border-color: rgb(59,221,189); }
td.TdClassName
{
border-color: #3BDDBD;
}
.TagClassName
{
border-color: #3BDDBD;
}
</style>