Shades of Turquoise #34DCB6
Tints of Turquoise #34DCB6
RGB
CMYK
RGB Variations
Color information
#34DCB6 (or 0x34DCB6) is known color: Turquoise. HEX triplet: 34, DC and B6. RGB value is (52,220,182). Sum of RGB (Red+Green+Blue) = 52+220+182=454 (60% of max value = 765). Red value is 52 (20.70% from 255 or 11.45% from 454); Green value is 220 (86.33% from 255 or 48.46% from 454); Blue value is 182 (71.48% from 255 or 40.09% from 454); Max value from RGB is 220 - color contains mainly: green. Hex color #34DCB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34DCB6 is #CB2349. Grayscale: #A5A5A5. Windows color (decimal): -13312842 or 11983924. OLE color: 11983924.
HSL color Cylindrical-coordinate representation of color #34DCB6: hue angle of 166.43º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34DCB6 is Cyan = 0.76, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 220 | 182 | - |
| CMYK | 0.76 | 0 | 0.17 | 0.14 |
| HSL | 166.43º | 0.71% | 0.53% | - |
| HSV(B) | 166.43º | 0.76% | 0.86% | - |
| XYZ | 35.45 | 55.29 | 53.06 | - |
| YUV | 165.44 | 137.34 | 47.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 220 | 182 | 0.76 | 0 | 0.17 | 0.14 | 166.43 | 0.71 | 0.53 |
| Hex | 34 | DC | B6 | 4C | 0 | 11 | E | A6 | 47 | 35 |
| Octal | 64 | 334 | 266 | 114 | 0 | 21 | 16 | 246 | 107 | 65 |
| Binary | 110100 | 11011100 | 10110110 | 1001100 | 0 | 10001 | 1110 | 10100110 | 1000111 | 110101 |
Color Harmonies of #34DCB6
Complementary color
Monochromatic Colors of #34DCB6
Black with #34DCB6
Text Example
Text Example
White with #34DCB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34DCB6; }
p { color: rgb(52,220,182); }
H1.HeaderClassName
{
color: #34DCB6;
}
.AnyTagClassName
{
color: #34DCB6;
}
</style>
background-color css
<style>
a { background-color: #34DCB6; }
a { background-color: rgb(52,220,182); }
div.DivClassName
{
background-color: #34DCB6;
}
.BgClassName
{
background-color: #34DCB6;
}
</style>
border-color css
<style>
span { border-color: #34DCB6; }
span { border-color: rgb(52,220,182); }
td.TdClassName
{
border-color: #34DCB6;
}
.TagClassName
{
border-color: #34DCB6;
}
</style>