Shades of Turquoise #34DCC0
Tints of Turquoise #34DCC0
RGB
CMYK
RGB Variations
Color information
#34DCC0 (or 0x34DCC0) is known color: Turquoise. HEX triplet: 34, DC and C0. RGB value is (52,220,192). Sum of RGB (Red+Green+Blue) = 52+220+192=464 (61% of max value = 765). Red value is 52 (20.70% from 255 or 11.21% from 464); Green value is 220 (86.33% from 255 or 47.41% from 464); Blue value is 192 (75.39% from 255 or 41.38% from 464); Max value from RGB is 220 - color contains mainly: green. Hex color #34DCC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34DCC0 is #CB233F. Grayscale: #A6A6A6. Windows color (decimal): -13312832 or 12639284. OLE color: 12639284.
HSL color Cylindrical-coordinate representation of color #34DCC0: hue angle of 170º 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 #34DCC0 is Cyan = 0.76, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 220 | 192 | - |
| CMYK | 0.76 | 0 | 0.13 | 0.14 |
| HSL | 170º | 0.71% | 0.53% | - |
| HSV(B) | 170º | 0.76% | 0.86% | - |
| XYZ | 36.52 | 55.72 | 58.7 | - |
| YUV | 166.58 | 142.34 | 46.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 220 | 192 | 0.76 | 0 | 0.13 | 0.14 | 170 | 0.71 | 0.53 |
| Hex | 34 | DC | C0 | 4C | 0 | D | E | AA | 47 | 35 |
| Octal | 64 | 334 | 300 | 114 | 0 | 15 | 16 | 252 | 107 | 65 |
| Binary | 110100 | 11011100 | 11000000 | 1001100 | 0 | 1101 | 1110 | 10101010 | 1000111 | 110101 |
Color Harmonies of #34DCC0
Complementary color
Monochromatic Colors of #34DCC0
Black with #34DCC0
Text Example
Text Example
White with #34DCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34DCC0; }
p { color: rgb(52,220,192); }
H1.HeaderClassName
{
color: #34DCC0;
}
.AnyTagClassName
{
color: #34DCC0;
}
</style>
background-color css
<style>
a { background-color: #34DCC0; }
a { background-color: rgb(52,220,192); }
div.DivClassName
{
background-color: #34DCC0;
}
.BgClassName
{
background-color: #34DCC0;
}
</style>
border-color css
<style>
span { border-color: #34DCC0; }
span { border-color: rgb(52,220,192); }
td.TdClassName
{
border-color: #34DCC0;
}
.TagClassName
{
border-color: #34DCC0;
}
</style>