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