Shades of Turquoise #34DDC7
Tints of Turquoise #34DDC7
RGB
CMYK
RGB Variations
Color information
#34DDC7 (or 0x34DDC7) is known color: Turquoise. HEX triplet: 34, DD and C7. RGB value is (52,221,199). Sum of RGB (Red+Green+Blue) = 52+221+199=472 (62% of max value = 765). Red value is 52 (20.70% from 255 or 11.02% from 472); Green value is 221 (86.72% from 255 or 46.82% from 472); Blue value is 199 (78.12% from 255 or 42.16% from 472); Max value from RGB is 221 - color contains mainly: green. Hex color #34DDC7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34DDC7 is #CB2238. Grayscale: #A7A7A7. Windows color (decimal): -13312569 or 13098292. OLE color: 13098292.
HSL color Cylindrical-coordinate representation of color #34DDC7: hue angle of 172.19º 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 #34DDC7 is Cyan = 0.76, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 52 | 221 | 199 | - |
| CMYK | 0.76 | 0 | 0.10 | 0.13 |
| HSL | 172.19º | 0.71% | 0.54% | - |
| HSV(B) | 172.19º | 0.76% | 0.87% | - |
| XYZ | 37.58 | 56.57 | 62.97 | - |
| YUV | 167.96 | 145.51 | 45.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 221 | 199 | 0.76 | 0 | 0.10 | 0.13 | 172.19 | 0.71 | 0.54 |
| Hex | 34 | DD | C7 | 4C | 0 | A | D | AC | 47 | 36 |
| Octal | 64 | 335 | 307 | 114 | 0 | 12 | 15 | 254 | 107 | 66 |
| Binary | 110100 | 11011101 | 11000111 | 1001100 | 0 | 1010 | 1101 | 10101100 | 1000111 | 110110 |
Color Harmonies of #34DDC7
Complementary color
Monochromatic Colors of #34DDC7
Black with #34DDC7
Text Example
Text Example
White with #34DDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34DDC7; }
p { color: rgb(52,221,199); }
H1.HeaderClassName
{
color: #34DDC7;
}
.AnyTagClassName
{
color: #34DDC7;
}
</style>
background-color css
<style>
a { background-color: #34DDC7; }
a { background-color: rgb(52,221,199); }
div.DivClassName
{
background-color: #34DDC7;
}
.BgClassName
{
background-color: #34DDC7;
}
</style>
border-color css
<style>
span { border-color: #34DDC7; }
span { border-color: rgb(52,221,199); }
td.TdClassName
{
border-color: #34DDC7;
}
.TagClassName
{
border-color: #34DDC7;
}
</style>