Shades of Turquoise #34DDCC
Tints of Turquoise #34DDCC
RGB
CMYK
RGB Variations
Color information
#34DDCC (or 0x34DDCC) is known color: Turquoise. HEX triplet: 34, DD and CC. RGB value is (52,221,204). Sum of RGB (Red+Green+Blue) = 52+221+204=477 (63% of max value = 765). Red value is 52 (20.70% from 255 or 10.90% from 477); Green value is 221 (86.72% from 255 or 46.33% from 477); Blue value is 204 (80.08% from 255 or 42.77% from 477); Max value from RGB is 221 - color contains mainly: green. Hex color #34DDCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34DDCC is #CB2233. Grayscale: #A8A8A8. Windows color (decimal): -13312564 or 13425972. OLE color: 13425972.
HSL color Cylindrical-coordinate representation of color #34DDCC: hue angle of 173.96º 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 #34DDCC is Cyan = 0.76, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 52 | 221 | 204 | - |
| CMYK | 0.76 | 0 | 0.08 | 0.13 |
| HSL | 173.96º | 0.71% | 0.54% | - |
| HSV(B) | 173.96º | 0.76% | 0.87% | - |
| XYZ | 38.17 | 56.8 | 66.08 | - |
| YUV | 168.53 | 148.01 | 44.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 221 | 204 | 0.76 | 0 | 0.08 | 0.13 | 173.96 | 0.71 | 0.54 |
| Hex | 34 | DD | CC | 4C | 0 | 8 | D | AE | 47 | 36 |
| Octal | 64 | 335 | 314 | 114 | 0 | 10 | 15 | 256 | 107 | 66 |
| Binary | 110100 | 11011101 | 11001100 | 1001100 | 0 | 1000 | 1101 | 10101110 | 1000111 | 110110 |
Color Harmonies of #34DDCC
Complementary color
Monochromatic Colors of #34DDCC
Black with #34DDCC
Text Example
Text Example
White with #34DDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34DDCC; }
p { color: rgb(52,221,204); }
H1.HeaderClassName
{
color: #34DDCC;
}
.AnyTagClassName
{
color: #34DDCC;
}
</style>
background-color css
<style>
a { background-color: #34DDCC; }
a { background-color: rgb(52,221,204); }
div.DivClassName
{
background-color: #34DDCC;
}
.BgClassName
{
background-color: #34DDCC;
}
</style>
border-color css
<style>
span { border-color: #34DDCC; }
span { border-color: rgb(52,221,204); }
td.TdClassName
{
border-color: #34DDCC;
}
.TagClassName
{
border-color: #34DDCC;
}
</style>