Shades of Turquoise #34DDCD
Tints of Turquoise #34DDCD
RGB
CMYK
RGB Variations
Color information
#34DDCD (or 0x34DDCD) is known color: Turquoise. HEX triplet: 34, DD and CD. RGB value is (52,221,205). Sum of RGB (Red+Green+Blue) = 52+221+205=478 (63% of max value = 765). Red value is 52 (20.70% from 255 or 10.88% from 478); Green value is 221 (86.72% from 255 or 46.23% from 478); Blue value is 205 (80.47% from 255 or 42.89% from 478); Max value from RGB is 221 - color contains mainly: green. Hex color #34DDCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34DDCD is #CB2232. Grayscale: #A8A8A8. Windows color (decimal): -13312563 or 13491508. OLE color: 13491508.
HSL color Cylindrical-coordinate representation of color #34DDCD: hue angle of 174.32º 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 #34DDCD is Cyan = 0.76, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 52 | 221 | 205 | - |
| CMYK | 0.76 | 0 | 0.07 | 0.13 |
| HSL | 174.32º | 0.71% | 0.54% | - |
| HSV(B) | 174.32º | 0.76% | 0.87% | - |
| XYZ | 38.29 | 56.85 | 66.71 | - |
| YUV | 168.65 | 148.51 | 44.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 221 | 205 | 0.76 | 0 | 0.07 | 0.13 | 174.32 | 0.71 | 0.54 |
| Hex | 34 | DD | CD | 4C | 0 | 7 | D | AE | 47 | 36 |
| Octal | 64 | 335 | 315 | 114 | 0 | 7 | 15 | 256 | 107 | 66 |
| Binary | 110100 | 11011101 | 11001101 | 1001100 | 0 | 111 | 1101 | 10101110 | 1000111 | 110110 |
Color Harmonies of #34DDCD
Complementary color
Monochromatic Colors of #34DDCD
Black with #34DDCD
Text Example
Text Example
White with #34DDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34DDCD; }
p { color: rgb(52,221,205); }
H1.HeaderClassName
{
color: #34DDCD;
}
.AnyTagClassName
{
color: #34DDCD;
}
</style>
background-color css
<style>
a { background-color: #34DDCD; }
a { background-color: rgb(52,221,205); }
div.DivClassName
{
background-color: #34DDCD;
}
.BgClassName
{
background-color: #34DDCD;
}
</style>
border-color css
<style>
span { border-color: #34DDCD; }
span { border-color: rgb(52,221,205); }
td.TdClassName
{
border-color: #34DDCD;
}
.TagClassName
{
border-color: #34DDCD;
}
</style>