Shades of Turquoise #34DCDC
Tints of Turquoise #34DCDC
RGB
CMYK
RGB Variations
Color information
#34DCDC (or 0x34DCDC) is known color: Turquoise. HEX triplet: 34, DC and DC. RGB value is (52,220,220). Sum of RGB (Red+Green+Blue) = 52+220+220=492 (65% of max value = 765). Red value is 52 (20.70% from 255 or 10.57% from 492); Green value is 220 (86.33% from 255 or 44.72% from 492); Blue value is 220 (86.33% from 255 or 44.72% from 492); Max value from RGB is 220 - color contains mainly: green, blue. Hex color #34DCDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34DCDC is #CB2323. Grayscale: #A9A9A9. Windows color (decimal): -13312804 or 14474292. OLE color: 14474292.
HSL color Cylindrical-coordinate representation of color #34DCDC: hue angle of 180º 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 #34DCDC is Cyan = 0.76, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 220 | 220 | - |
| CMYK | 0.76 | 0 | 0 | 0.14 |
| HSL | 180º | 0.71% | 0.53% | - |
| HSV(B) | 180º | 0.76% | 0.86% | - |
| XYZ | 39.93 | 57.08 | 76.62 | - |
| YUV | 169.77 | 156.34 | 44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 220 | 220 | 0.76 | 0 | 0 | 0.14 | 180 | 0.71 | 0.53 |
| Hex | 34 | DC | DC | 4C | 0 | 0 | E | B4 | 47 | 35 |
| Octal | 64 | 334 | 334 | 114 | 0 | 0 | 16 | 264 | 107 | 65 |
| Binary | 110100 | 11011100 | 11011100 | 1001100 | 0 | 0 | 1110 | 10110100 | 1000111 | 110101 |
Color Harmonies of #34DCDC
Complementary color
Monochromatic Colors of #34DCDC
Black with #34DCDC
Text Example
Text Example
White with #34DCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34DCDC; }
p { color: rgb(52,220,220); }
H1.HeaderClassName
{
color: #34DCDC;
}
.AnyTagClassName
{
color: #34DCDC;
}
</style>
background-color css
<style>
a { background-color: #34DCDC; }
a { background-color: rgb(52,220,220); }
div.DivClassName
{
background-color: #34DCDC;
}
.BgClassName
{
background-color: #34DCDC;
}
</style>
border-color css
<style>
span { border-color: #34DCDC; }
span { border-color: rgb(52,220,220); }
td.TdClassName
{
border-color: #34DCDC;
}
.TagClassName
{
border-color: #34DCDC;
}
</style>