Shades of Turquoise #34DCB5
Tints of Turquoise #34DCB5
RGB
CMYK
RGB Variations
Color information
#34DCB5 (or 0x34DCB5) is known color: Turquoise. HEX triplet: 34, DC and B5. RGB value is (52,220,181). Sum of RGB (Red+Green+Blue) = 52+220+181=453 (60% of max value = 765). Red value is 52 (20.70% from 255 or 11.48% from 453); Green value is 220 (86.33% from 255 or 48.57% from 453); Blue value is 181 (71.09% from 255 or 39.96% from 453); Max value from RGB is 220 - color contains mainly: green. Hex color #34DCB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34DCB5 is #CB234A. Grayscale: #A5A5A5. Windows color (decimal): -13312843 or 11918388. OLE color: 11918388.
HSL color Cylindrical-coordinate representation of color #34DCB5: hue angle of 166.07º 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 #34DCB5 is Cyan = 0.76, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 220 | 181 | - |
| CMYK | 0.76 | 0 | 0.18 | 0.14 |
| HSL | 166.07º | 0.71% | 0.53% | - |
| HSV(B) | 166.07º | 0.76% | 0.86% | - |
| XYZ | 35.35 | 55.25 | 52.52 | - |
| YUV | 165.32 | 136.84 | 47.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 220 | 181 | 0.76 | 0 | 0.18 | 0.14 | 166.07 | 0.71 | 0.53 |
| Hex | 34 | DC | B5 | 4C | 0 | 12 | E | A6 | 47 | 35 |
| Octal | 64 | 334 | 265 | 114 | 0 | 22 | 16 | 246 | 107 | 65 |
| Binary | 110100 | 11011100 | 10110101 | 1001100 | 0 | 10010 | 1110 | 10100110 | 1000111 | 110101 |
Color Harmonies of #34DCB5
Complementary color
Monochromatic Colors of #34DCB5
Black with #34DCB5
Text Example
Text Example
White with #34DCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34DCB5; }
p { color: rgb(52,220,181); }
H1.HeaderClassName
{
color: #34DCB5;
}
.AnyTagClassName
{
color: #34DCB5;
}
</style>
background-color css
<style>
a { background-color: #34DCB5; }
a { background-color: rgb(52,220,181); }
div.DivClassName
{
background-color: #34DCB5;
}
.BgClassName
{
background-color: #34DCB5;
}
</style>
border-color css
<style>
span { border-color: #34DCB5; }
span { border-color: rgb(52,220,181); }
td.TdClassName
{
border-color: #34DCB5;
}
.TagClassName
{
border-color: #34DCB5;
}
</style>