Shades of Turquoise #34DCDD
Tints of Turquoise #34DCDD
RGB
CMYK
RGB Variations
Color information
#34DCDD (or 0x34DCDD) is known color: Turquoise. HEX triplet: 34, DC and DD. RGB value is (52,220,221). Sum of RGB (Red+Green+Blue) = 52+220+221=493 (65% of max value = 765). Red value is 52 (20.70% from 255 or 10.55% from 493); Green value is 220 (86.33% from 255 or 44.62% from 493); Blue value is 221 (86.72% from 255 or 44.83% from 493); Max value from RGB is 221 - color contains mainly: blue. Hex color #34DCDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34DCDD is #CB2322. Grayscale: #A9A9A9. Windows color (decimal): -13312803 or 14539828. OLE color: 14539828.
HSL color Cylindrical-coordinate representation of color #34DCDD: hue angle of 180.36º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34DCDD is Cyan = 0.76, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 52 | 220 | 221 | - |
| CMYK | 0.76 | 0.00 | 0 | 0.13 |
| HSL | 180.36º | 0.71% | 0.54% | - |
| HSV(B) | 180.36º | 0.76% | 0.87% | - |
| XYZ | 40.06 | 57.14 | 77.32 | - |
| YUV | 169.88 | 156.84 | 43.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 220 | 221 | 0.76 | 0.00 | 0 | 0.13 | 180.36 | 0.71 | 0.54 |
| Hex | 34 | DC | DD | 4C | 0 | 0 | D | B4 | 47 | 36 |
| Octal | 64 | 334 | 335 | 114 | 0 | 0 | 15 | 264 | 107 | 66 |
| Binary | 110100 | 11011100 | 11011101 | 1001100 | 0 | 0 | 1101 | 10110100 | 1000111 | 110110 |
Color Harmonies of #34DCDD
Complementary color
Monochromatic Colors of #34DCDD
Black with #34DCDD
Text Example
Text Example
White with #34DCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34DCDD; }
p { color: rgb(52,220,221); }
H1.HeaderClassName
{
color: #34DCDD;
}
.AnyTagClassName
{
color: #34DCDD;
}
</style>
background-color css
<style>
a { background-color: #34DCDD; }
a { background-color: rgb(52,220,221); }
div.DivClassName
{
background-color: #34DCDD;
}
.BgClassName
{
background-color: #34DCDD;
}
</style>
border-color css
<style>
span { border-color: #34DCDD; }
span { border-color: rgb(52,220,221); }
td.TdClassName
{
border-color: #34DCDD;
}
.TagClassName
{
border-color: #34DCDD;
}
</style>