Shades of Turquoise #3BDDBC
Tints of Turquoise #3BDDBC
RGB
CMYK
RGB Variations
Color information
#3BDDBC (or 0x3BDDBC) is known color: Turquoise. HEX triplet: 3B, DD and BC. RGB value is (59,221,188). Sum of RGB (Red+Green+Blue) = 59+221+188=468 (61% of max value = 765). Red value is 59 (23.44% from 255 or 12.61% from 468); Green value is 221 (86.72% from 255 or 47.22% from 468); Blue value is 188 (73.83% from 255 or 40.17% from 468); Max value from RGB is 221 - color contains mainly: green. Hex color #3BDDBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BDDBC is #C42243. Grayscale: #A8A8A8. Windows color (decimal): -12853828 or 12377403. OLE color: 12377403.
HSL color Cylindrical-coordinate representation of color #3BDDBC: hue angle of 167.78º 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 #3BDDBC is Cyan = 0.73, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 59 | 221 | 188 | - |
| CMYK | 0.73 | 0 | 0.15 | 0.13 |
| HSL | 167.78º | 0.7% | 0.55% | - |
| HSV(B) | 167.78º | 0.73% | 0.87% | - |
| XYZ | 36.74 | 56.27 | 56.5 | - |
| YUV | 168.8 | 138.83 | 49.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 221 | 188 | 0.73 | 0 | 0.15 | 0.13 | 167.78 | 0.7 | 0.55 |
| Hex | 3B | DD | BC | 49 | 0 | F | D | A8 | 46 | 37 |
| Octal | 73 | 335 | 274 | 111 | 0 | 17 | 15 | 250 | 106 | 67 |
| Binary | 111011 | 11011101 | 10111100 | 1001001 | 0 | 1111 | 1101 | 10101000 | 1000110 | 110111 |
Color Harmonies of #3BDDBC
Complementary color
Monochromatic Colors of #3BDDBC
Black with #3BDDBC
Text Example
Text Example
White with #3BDDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDDBC; }
p { color: rgb(59,221,188); }
H1.HeaderClassName
{
color: #3BDDBC;
}
.AnyTagClassName
{
color: #3BDDBC;
}
</style>
background-color css
<style>
a { background-color: #3BDDBC; }
a { background-color: rgb(59,221,188); }
div.DivClassName
{
background-color: #3BDDBC;
}
.BgClassName
{
background-color: #3BDDBC;
}
</style>
border-color css
<style>
span { border-color: #3BDDBC; }
span { border-color: rgb(59,221,188); }
td.TdClassName
{
border-color: #3BDDBC;
}
.TagClassName
{
border-color: #3BDDBC;
}
</style>