Shades of Turquoise #34DDC2
Tints of Turquoise #34DDC2
RGB
CMYK
RGB Variations
Color information
#34DDC2 (or 0x34DDC2) is known color: Turquoise. HEX triplet: 34, DD and C2. RGB value is (52,221,194). Sum of RGB (Red+Green+Blue) = 52+221+194=467 (61% of max value = 765). Red value is 52 (20.70% from 255 or 11.13% from 467); Green value is 221 (86.72% from 255 or 47.32% from 467); Blue value is 194 (76.17% from 255 or 41.54% from 467); Max value from RGB is 221 - color contains mainly: green. Hex color #34DDC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34DDC2 is #CB223D. Grayscale: #A7A7A7. Windows color (decimal): -13312574 or 12770612. OLE color: 12770612.
HSL color Cylindrical-coordinate representation of color #34DDC2: hue angle of 170.41º 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 #34DDC2 is Cyan = 0.76, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 52 | 221 | 194 | - |
| CMYK | 0.76 | 0 | 0.12 | 0.13 |
| HSL | 170.41º | 0.71% | 0.54% | - |
| HSV(B) | 170.41º | 0.76% | 0.87% | - |
| XYZ | 37.01 | 56.34 | 59.96 | - |
| YUV | 167.39 | 143.01 | 45.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 221 | 194 | 0.76 | 0 | 0.12 | 0.13 | 170.41 | 0.71 | 0.54 |
| Hex | 34 | DD | C2 | 4C | 0 | C | D | AA | 47 | 36 |
| Octal | 64 | 335 | 302 | 114 | 0 | 14 | 15 | 252 | 107 | 66 |
| Binary | 110100 | 11011101 | 11000010 | 1001100 | 0 | 1100 | 1101 | 10101010 | 1000111 | 110110 |
Color Harmonies of #34DDC2
Complementary color
Monochromatic Colors of #34DDC2
Black with #34DDC2
Text Example
Text Example
White with #34DDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34DDC2; }
p { color: rgb(52,221,194); }
H1.HeaderClassName
{
color: #34DDC2;
}
.AnyTagClassName
{
color: #34DDC2;
}
</style>
background-color css
<style>
a { background-color: #34DDC2; }
a { background-color: rgb(52,221,194); }
div.DivClassName
{
background-color: #34DDC2;
}
.BgClassName
{
background-color: #34DDC2;
}
</style>
border-color css
<style>
span { border-color: #34DDC2; }
span { border-color: rgb(52,221,194); }
td.TdClassName
{
border-color: #34DDC2;
}
.TagClassName
{
border-color: #34DDC2;
}
</style>