Shades of Turquoise #34D9D4
Tints of Turquoise #34D9D4
RGB
CMYK
RGB Variations
Color information
#34D9D4 (or 0x34D9D4) is known color: Turquoise. HEX triplet: 34, D9 and D4. RGB value is (52,217,212). Sum of RGB (Red+Green+Blue) = 52+217+212=481 (63% of max value = 765). Red value is 52 (20.70% from 255 or 10.81% from 481); Green value is 217 (85.16% from 255 or 45.11% from 481); Blue value is 212 (83.20% from 255 or 44.07% from 481); Max value from RGB is 217 - color contains mainly: green. Hex color #34D9D4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34D9D4 is #CB262B. Grayscale: #A6A6A6. Windows color (decimal): -13313580 or 13949236. OLE color: 13949236.
HSL color Cylindrical-coordinate representation of color #34D9D4: hue angle of 178.18º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34D9D4 is Cyan = 0.76, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 52 | 217 | 212 | - |
| CMYK | 0.76 | 0 | 0.02 | 0.15 |
| HSL | 178.18º | 0.68% | 0.53% | - |
| HSV(B) | 178.18º | 0.76% | 0.85% | - |
| XYZ | 38.11 | 55.11 | 70.92 | - |
| YUV | 167.1 | 153.34 | 45.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 217 | 212 | 0.76 | 0 | 0.02 | 0.15 | 178.18 | 0.68 | 0.53 |
| Hex | 34 | D9 | D4 | 4C | 0 | 2 | F | B2 | 44 | 35 |
| Octal | 64 | 331 | 324 | 114 | 0 | 2 | 17 | 262 | 104 | 65 |
| Binary | 110100 | 11011001 | 11010100 | 1001100 | 0 | 10 | 1111 | 10110010 | 1000100 | 110101 |
Color Harmonies of #34D9D4
Complementary color
Monochromatic Colors of #34D9D4
Black with #34D9D4
Text Example
Text Example
White with #34D9D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34D9D4; }
p { color: rgb(52,217,212); }
H1.HeaderClassName
{
color: #34D9D4;
}
.AnyTagClassName
{
color: #34D9D4;
}
</style>
background-color css
<style>
a { background-color: #34D9D4; }
a { background-color: rgb(52,217,212); }
div.DivClassName
{
background-color: #34D9D4;
}
.BgClassName
{
background-color: #34D9D4;
}
</style>
border-color css
<style>
span { border-color: #34D9D4; }
span { border-color: rgb(52,217,212); }
td.TdClassName
{
border-color: #34D9D4;
}
.TagClassName
{
border-color: #34D9D4;
}
</style>