Shades of Turquoise #34DDB7
Tints of Turquoise #34DDB7
RGB
CMYK
RGB Variations
Color information
#34DDB7 (or 0x34DDB7) is known color: Turquoise. HEX triplet: 34, DD and B7. RGB value is (52,221,183). Sum of RGB (Red+Green+Blue) = 52+221+183=456 (60% of max value = 765). Red value is 52 (20.70% from 255 or 11.40% from 456); Green value is 221 (86.72% from 255 or 48.46% from 456); Blue value is 183 (71.88% from 255 or 40.13% from 456); Max value from RGB is 221 - color contains mainly: green. Hex color #34DDB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34DDB7 is #CB2248. Grayscale: #A6A6A6. Windows color (decimal): -13312585 or 12049716. OLE color: 12049716.
HSL color Cylindrical-coordinate representation of color #34DDB7: hue angle of 166.51º 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 #34DDB7 is Cyan = 0.76, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 52 | 221 | 183 | - |
| CMYK | 0.76 | 0 | 0.17 | 0.13 |
| HSL | 166.51º | 0.71% | 0.54% | - |
| HSV(B) | 166.51º | 0.76% | 0.87% | - |
| XYZ | 35.82 | 55.86 | 53.69 | - |
| YUV | 166.14 | 137.51 | 46.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 221 | 183 | 0.76 | 0 | 0.17 | 0.13 | 166.51 | 0.71 | 0.54 |
| Hex | 34 | DD | B7 | 4C | 0 | 11 | D | A7 | 47 | 36 |
| Octal | 64 | 335 | 267 | 114 | 0 | 21 | 15 | 247 | 107 | 66 |
| Binary | 110100 | 11011101 | 10110111 | 1001100 | 0 | 10001 | 1101 | 10100111 | 1000111 | 110110 |
Color Harmonies of #34DDB7
Complementary color
Monochromatic Colors of #34DDB7
Black with #34DDB7
Text Example
Text Example
White with #34DDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34DDB7; }
p { color: rgb(52,221,183); }
H1.HeaderClassName
{
color: #34DDB7;
}
.AnyTagClassName
{
color: #34DDB7;
}
</style>
background-color css
<style>
a { background-color: #34DDB7; }
a { background-color: rgb(52,221,183); }
div.DivClassName
{
background-color: #34DDB7;
}
.BgClassName
{
background-color: #34DDB7;
}
</style>
border-color css
<style>
span { border-color: #34DDB7; }
span { border-color: rgb(52,221,183); }
td.TdClassName
{
border-color: #34DDB7;
}
.TagClassName
{
border-color: #34DDB7;
}
</style>