Shades of Turquoise #3BDCBA
Tints of Turquoise #3BDCBA
RGB
CMYK
RGB Variations
Color information
#3BDCBA (or 0x3BDCBA) is known color: Turquoise. HEX triplet: 3B, DC and BA. RGB value is (59,220,186). Sum of RGB (Red+Green+Blue) = 59+220+186=465 (61% of max value = 765). Red value is 59 (23.44% from 255 or 12.69% from 465); Green value is 220 (86.33% from 255 or 47.31% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 220 - color contains mainly: green. Hex color #3BDCBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BDCBA is #C42345. Grayscale: #A7A7A7. Windows color (decimal): -12854086 or 12246075. OLE color: 12246075.
HSL color Cylindrical-coordinate representation of color #3BDCBA: hue angle of 167.33º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BDCBA is Cyan = 0.73, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 59 | 220 | 186 | - |
| CMYK | 0.73 | 0 | 0.15 | 0.14 |
| HSL | 167.33º | 0.7% | 0.55% | - |
| HSV(B) | 167.33º | 0.73% | 0.86% | - |
| XYZ | 36.26 | 55.66 | 55.29 | - |
| YUV | 167.99 | 138.16 | 50.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 220 | 186 | 0.73 | 0 | 0.15 | 0.14 | 167.33 | 0.7 | 0.55 |
| Hex | 3B | DC | BA | 49 | 0 | F | E | A7 | 46 | 37 |
| Octal | 73 | 334 | 272 | 111 | 0 | 17 | 16 | 247 | 106 | 67 |
| Binary | 111011 | 11011100 | 10111010 | 1001001 | 0 | 1111 | 1110 | 10100111 | 1000110 | 110111 |
Color Harmonies of #3BDCBA
Complementary color
Monochromatic Colors of #3BDCBA
Black with #3BDCBA
Text Example
Text Example
White with #3BDCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDCBA; }
p { color: rgb(59,220,186); }
H1.HeaderClassName
{
color: #3BDCBA;
}
.AnyTagClassName
{
color: #3BDCBA;
}
</style>
background-color css
<style>
a { background-color: #3BDCBA; }
a { background-color: rgb(59,220,186); }
div.DivClassName
{
background-color: #3BDCBA;
}
.BgClassName
{
background-color: #3BDCBA;
}
</style>
border-color css
<style>
span { border-color: #3BDCBA; }
span { border-color: rgb(59,220,186); }
td.TdClassName
{
border-color: #3BDCBA;
}
.TagClassName
{
border-color: #3BDCBA;
}
</style>