Shades of Turquoise #34DCD9
Tints of Turquoise #34DCD9
RGB
CMYK
RGB Variations
Color information
#34DCD9 (or 0x34DCD9) is known color: Turquoise. HEX triplet: 34, DC and D9. RGB value is (52,220,217). Sum of RGB (Red+Green+Blue) = 52+220+217=489 (64% of max value = 765). Red value is 52 (20.70% from 255 or 10.63% from 489); Green value is 220 (86.33% from 255 or 44.99% from 489); Blue value is 217 (85.16% from 255 or 44.38% from 489); Max value from RGB is 220 - color contains mainly: green. Hex color #34DCD9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34DCD9 is #CB2326. Grayscale: #A9A9A9. Windows color (decimal): -13312807 or 14277684. OLE color: 14277684.
HSL color Cylindrical-coordinate representation of color #34DCD9: hue angle of 178.93º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34DCD9 is Cyan = 0.76, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 220 | 217 | - |
| CMYK | 0.76 | 0 | 0.01 | 0.14 |
| HSL | 178.93º | 0.71% | 0.53% | - |
| HSV(B) | 178.93º | 0.76% | 0.86% | - |
| XYZ | 39.53 | 56.93 | 74.55 | - |
| YUV | 169.43 | 154.84 | 44.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 220 | 217 | 0.76 | 0 | 0.01 | 0.14 | 178.93 | 0.71 | 0.53 |
| Hex | 34 | DC | D9 | 4C | 0 | 1 | E | B3 | 47 | 35 |
| Octal | 64 | 334 | 331 | 114 | 0 | 1 | 16 | 263 | 107 | 65 |
| Binary | 110100 | 11011100 | 11011001 | 1001100 | 0 | 1 | 1110 | 10110011 | 1000111 | 110101 |
Color Harmonies of #34DCD9
Complementary color
Monochromatic Colors of #34DCD9
Black with #34DCD9
Text Example
Text Example
White with #34DCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34DCD9; }
p { color: rgb(52,220,217); }
H1.HeaderClassName
{
color: #34DCD9;
}
.AnyTagClassName
{
color: #34DCD9;
}
</style>
background-color css
<style>
a { background-color: #34DCD9; }
a { background-color: rgb(52,220,217); }
div.DivClassName
{
background-color: #34DCD9;
}
.BgClassName
{
background-color: #34DCD9;
}
</style>
border-color css
<style>
span { border-color: #34DCD9; }
span { border-color: rgb(52,220,217); }
td.TdClassName
{
border-color: #34DCD9;
}
.TagClassName
{
border-color: #34DCD9;
}
</style>