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