Shades of Turquoise #34DDD5
Tints of Turquoise #34DDD5
RGB
CMYK
RGB Variations
Color information
#34DDD5 (or 0x34DDD5) is known color: Turquoise. HEX triplet: 34, DD and D5. RGB value is (52,221,213). Sum of RGB (Red+Green+Blue) = 52+221+213=486 (64% of max value = 765). Red value is 52 (20.70% from 255 or 10.70% from 486); Green value is 221 (86.72% from 255 or 45.47% from 486); Blue value is 213 (83.59% from 255 or 43.83% from 486); Max value from RGB is 221 - color contains mainly: green. Hex color #34DDD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34DDD5 is #CB222A. Grayscale: #A9A9A9. Windows color (decimal): -13312555 or 14015796. OLE color: 14015796.
HSL color Cylindrical-coordinate representation of color #34DDD5: hue angle of 177.16º 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 #34DDD5 is Cyan = 0.76, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 52 | 221 | 213 | - |
| CMYK | 0.76 | 0 | 0.04 | 0.13 |
| HSL | 177.16º | 0.71% | 0.54% | - |
| HSV(B) | 177.16º | 0.76% | 0.87% | - |
| XYZ | 39.28 | 57.25 | 71.93 | - |
| YUV | 169.56 | 152.51 | 44.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 221 | 213 | 0.76 | 0 | 0.04 | 0.13 | 177.16 | 0.71 | 0.54 |
| Hex | 34 | DD | D5 | 4C | 0 | 4 | D | B1 | 47 | 36 |
| Octal | 64 | 335 | 325 | 114 | 0 | 4 | 15 | 261 | 107 | 66 |
| Binary | 110100 | 11011101 | 11010101 | 1001100 | 0 | 100 | 1101 | 10110001 | 1000111 | 110110 |
Color Harmonies of #34DDD5
Complementary color
Monochromatic Colors of #34DDD5
Black with #34DDD5
Text Example
Text Example
White with #34DDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34DDD5; }
p { color: rgb(52,221,213); }
H1.HeaderClassName
{
color: #34DDD5;
}
.AnyTagClassName
{
color: #34DDD5;
}
</style>
background-color css
<style>
a { background-color: #34DDD5; }
a { background-color: rgb(52,221,213); }
div.DivClassName
{
background-color: #34DDD5;
}
.BgClassName
{
background-color: #34DDD5;
}
</style>
border-color css
<style>
span { border-color: #34DDD5; }
span { border-color: rgb(52,221,213); }
td.TdClassName
{
border-color: #34DDD5;
}
.TagClassName
{
border-color: #34DDD5;
}
</style>