Shades of Turquoise #34D2DC
Tints of Turquoise #34D2DC
RGB
CMYK
RGB Variations
Color information
#34D2DC (or 0x34D2DC) is known color: Turquoise. HEX triplet: 34, D2 and DC. RGB value is (52,210,220). Sum of RGB (Red+Green+Blue) = 52+210+220=482 (63% of max value = 765). Red value is 52 (20.70% from 255 or 10.79% from 482); Green value is 210 (82.42% from 255 or 43.57% from 482); Blue value is 220 (86.33% from 255 or 45.64% from 482); Max value from RGB is 220 - color contains mainly: blue. Hex color #34D2DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34D2DC is #CB2D23. Grayscale: #A3A3A3. Windows color (decimal): -13315364 or 14471732. OLE color: 14471732.
HSL color Cylindrical-coordinate representation of color #34D2DC: hue angle of 183.57º 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 #34D2DC is Cyan = 0.76, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 210 | 220 | - |
| CMYK | 0.76 | 0.05 | 0 | 0.14 |
| HSL | 183.57º | 0.71% | 0.53% | - |
| HSV(B) | 183.57º | 0.76% | 0.86% | - |
| XYZ | 37.38 | 51.99 | 75.78 | - |
| YUV | 163.9 | 159.65 | 48.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 210 | 220 | 0.76 | 0.05 | 0 | 0.14 | 183.57 | 0.71 | 0.53 |
| Hex | 34 | D2 | DC | 4C | 5 | 0 | E | B8 | 47 | 35 |
| Octal | 64 | 322 | 334 | 114 | 5 | 0 | 16 | 270 | 107 | 65 |
| Binary | 110100 | 11010010 | 11011100 | 1001100 | 101 | 0 | 1110 | 10111000 | 1000111 | 110101 |
Color Harmonies of #34D2DC
Complementary color
Monochromatic Colors of #34D2DC
Black with #34D2DC
Text Example
Text Example
White with #34D2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34D2DC; }
p { color: rgb(52,210,220); }
H1.HeaderClassName
{
color: #34D2DC;
}
.AnyTagClassName
{
color: #34D2DC;
}
</style>
background-color css
<style>
a { background-color: #34D2DC; }
a { background-color: rgb(52,210,220); }
div.DivClassName
{
background-color: #34D2DC;
}
.BgClassName
{
background-color: #34D2DC;
}
</style>
border-color css
<style>
span { border-color: #34D2DC; }
span { border-color: rgb(52,210,220); }
td.TdClassName
{
border-color: #34D2DC;
}
.TagClassName
{
border-color: #34D2DC;
}
</style>