Shades of Turquoise #34D8C0
Tints of Turquoise #34D8C0
RGB
CMYK
RGB Variations
Color information
#34D8C0 (or 0x34D8C0) is known color: Turquoise. HEX triplet: 34, D8 and C0. RGB value is (52,216,192). Sum of RGB (Red+Green+Blue) = 52+216+192=460 (60% of max value = 765). Red value is 52 (20.70% from 255 or 11.30% from 460); Green value is 216 (84.77% from 255 or 46.96% from 460); Blue value is 192 (75.39% from 255 or 41.74% from 460); Max value from RGB is 216 - color contains mainly: green. Hex color #34D8C0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34D8C0 is #CB273F. Grayscale: #A4A4A4. Windows color (decimal): -13313856 or 12638260. OLE color: 12638260.
HSL color Cylindrical-coordinate representation of color #34D8C0: hue angle of 171.22º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34D8C0 is Cyan = 0.76, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 52 | 216 | 192 | - |
| CMYK | 0.76 | 0 | 0.11 | 0.15 |
| HSL | 171.22º | 0.68% | 0.53% | - |
| HSV(B) | 171.22º | 0.76% | 0.85% | - |
| XYZ | 35.49 | 53.65 | 58.35 | - |
| YUV | 164.23 | 143.67 | 47.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 216 | 192 | 0.76 | 0 | 0.11 | 0.15 | 171.22 | 0.68 | 0.53 |
| Hex | 34 | D8 | C0 | 4C | 0 | B | F | AB | 44 | 35 |
| Octal | 64 | 330 | 300 | 114 | 0 | 13 | 17 | 253 | 104 | 65 |
| Binary | 110100 | 11011000 | 11000000 | 1001100 | 0 | 1011 | 1111 | 10101011 | 1000100 | 110101 |
Color Harmonies of #34D8C0
Complementary color
Monochromatic Colors of #34D8C0
Black with #34D8C0
Text Example
Text Example
White with #34D8C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34D8C0; }
p { color: rgb(52,216,192); }
H1.HeaderClassName
{
color: #34D8C0;
}
.AnyTagClassName
{
color: #34D8C0;
}
</style>
background-color css
<style>
a { background-color: #34D8C0; }
a { background-color: rgb(52,216,192); }
div.DivClassName
{
background-color: #34D8C0;
}
.BgClassName
{
background-color: #34D8C0;
}
</style>
border-color css
<style>
span { border-color: #34D8C0; }
span { border-color: rgb(52,216,192); }
td.TdClassName
{
border-color: #34D8C0;
}
.TagClassName
{
border-color: #34D8C0;
}
</style>