Shades of Turquoise #34D6DB
Tints of Turquoise #34D6DB
RGB
CMYK
RGB Variations
Color information
#34D6DB (or 0x34D6DB) is known color: Turquoise. HEX triplet: 34, D6 and DB. RGB value is (52,214,219). Sum of RGB (Red+Green+Blue) = 52+214+219=485 (64% of max value = 765). Red value is 52 (20.70% from 255 or 10.72% from 485); Green value is 214 (83.98% from 255 or 44.12% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 219 - color contains mainly: blue. Hex color #34D6DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34D6DB is #CB2924. Grayscale: #A5A5A5. Windows color (decimal): -13314341 or 14407220. OLE color: 14407220.
HSL color Cylindrical-coordinate representation of color #34D6DB: hue angle of 181.8º degrees, saturation: 0.7, 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 #34D6DB is Cyan = 0.76, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 214 | 219 | - |
| CMYK | 0.76 | 0.02 | 0 | 0.14 |
| HSL | 181.8º | 0.7% | 0.53% | - |
| HSV(B) | 181.8º | 0.76% | 0.86% | - |
| XYZ | 38.25 | 53.94 | 75.41 | - |
| YUV | 166.13 | 157.83 | 46.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 214 | 219 | 0.76 | 0.02 | 0 | 0.14 | 181.8 | 0.7 | 0.53 |
| Hex | 34 | D6 | DB | 4C | 2 | 0 | E | B6 | 46 | 35 |
| Octal | 64 | 326 | 333 | 114 | 2 | 0 | 16 | 266 | 106 | 65 |
| Binary | 110100 | 11010110 | 11011011 | 1001100 | 10 | 0 | 1110 | 10110110 | 1000110 | 110101 |
Color Harmonies of #34D6DB
Complementary color
Monochromatic Colors of #34D6DB
Black with #34D6DB
Text Example
Text Example
White with #34D6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34D6DB; }
p { color: rgb(52,214,219); }
H1.HeaderClassName
{
color: #34D6DB;
}
.AnyTagClassName
{
color: #34D6DB;
}
</style>
background-color css
<style>
a { background-color: #34D6DB; }
a { background-color: rgb(52,214,219); }
div.DivClassName
{
background-color: #34D6DB;
}
.BgClassName
{
background-color: #34D6DB;
}
</style>
border-color css
<style>
span { border-color: #34D6DB; }
span { border-color: rgb(52,214,219); }
td.TdClassName
{
border-color: #34D6DB;
}
.TagClassName
{
border-color: #34D6DB;
}
</style>