Shades of Turquoise #34DDB9
Tints of Turquoise #34DDB9
RGB
CMYK
RGB Variations
Color information
#34DDB9 (or 0x34DDB9) is known color: Turquoise. HEX triplet: 34, DD and B9. RGB value is (52,221,185). Sum of RGB (Red+Green+Blue) = 52+221+185=458 (60% of max value = 765). Red value is 52 (20.70% from 255 or 11.35% from 458); Green value is 221 (86.72% from 255 or 48.25% from 458); Blue value is 185 (72.66% from 255 or 40.39% from 458); Max value from RGB is 221 - color contains mainly: green. Hex color #34DDB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34DDB9 is #CB2246. Grayscale: #A6A6A6. Windows color (decimal): -13312583 or 12180788. OLE color: 12180788.
HSL color Cylindrical-coordinate representation of color #34DDB9: hue angle of 167.22º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34DDB9 is Cyan = 0.76, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 52 | 221 | 185 | - |
| CMYK | 0.76 | 0 | 0.16 | 0.13 |
| HSL | 167.22º | 0.71% | 0.54% | - |
| HSV(B) | 167.22º | 0.76% | 0.87% | - |
| XYZ | 36.03 | 55.95 | 54.8 | - |
| YUV | 166.37 | 138.51 | 46.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 221 | 185 | 0.76 | 0 | 0.16 | 0.13 | 167.22 | 0.71 | 0.54 |
| Hex | 34 | DD | B9 | 4C | 0 | 10 | D | A7 | 47 | 36 |
| Octal | 64 | 335 | 271 | 114 | 0 | 20 | 15 | 247 | 107 | 66 |
| Binary | 110100 | 11011101 | 10111001 | 1001100 | 0 | 10000 | 1101 | 10100111 | 1000111 | 110110 |
Color Harmonies of #34DDB9
Complementary color
Monochromatic Colors of #34DDB9
Black with #34DDB9
Text Example
Text Example
White with #34DDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34DDB9; }
p { color: rgb(52,221,185); }
H1.HeaderClassName
{
color: #34DDB9;
}
.AnyTagClassName
{
color: #34DDB9;
}
</style>
background-color css
<style>
a { background-color: #34DDB9; }
a { background-color: rgb(52,221,185); }
div.DivClassName
{
background-color: #34DDB9;
}
.BgClassName
{
background-color: #34DDB9;
}
</style>
border-color css
<style>
span { border-color: #34DDB9; }
span { border-color: rgb(52,221,185); }
td.TdClassName
{
border-color: #34DDB9;
}
.TagClassName
{
border-color: #34DDB9;
}
</style>