Shades of Turquoise #34E2C0
Tints of Turquoise #34E2C0
RGB
CMYK
RGB Variations
Color information
#34E2C0 (or 0x34E2C0) is known color: Turquoise. HEX triplet: 34, E2 and C0. RGB value is (52,226,192). Sum of RGB (Red+Green+Blue) = 52+226+192=470 (62% of max value = 765). Red value is 52 (20.70% from 255 or 11.06% from 470); Green value is 226 (88.67% from 255 or 48.09% from 470); Blue value is 192 (75.39% from 255 or 40.85% from 470); Max value from RGB is 226 - color contains mainly: green. Hex color #34E2C0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34E2C0 is #CB1D3F. Grayscale: #AAAAAA. Windows color (decimal): -13311296 or 12640820. OLE color: 12640820.
HSL color Cylindrical-coordinate representation of color #34E2C0: hue angle of 168.28º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34E2C0 is Cyan = 0.77, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 52 | 226 | 192 | - |
| CMYK | 0.77 | 0 | 0.15 | 0.11 |
| HSL | 168.28º | 0.75% | 0.55% | - |
| HSV(B) | 168.28º | 0.77% | 0.89% | - |
| XYZ | 38.13 | 58.93 | 59.23 | - |
| YUV | 170.1 | 140.35 | 43.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 226 | 192 | 0.77 | 0 | 0.15 | 0.11 | 168.28 | 0.75 | 0.55 |
| Hex | 34 | E2 | C0 | 4D | 0 | F | B | A8 | 4B | 37 |
| Octal | 64 | 342 | 300 | 115 | 0 | 17 | 13 | 250 | 113 | 67 |
| Binary | 110100 | 11100010 | 11000000 | 1001101 | 0 | 1111 | 1011 | 10101000 | 1001011 | 110111 |
Color Harmonies of #34E2C0
Complementary color
Monochromatic Colors of #34E2C0
Black with #34E2C0
Text Example
Text Example
White with #34E2C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34E2C0; }
p { color: rgb(52,226,192); }
H1.HeaderClassName
{
color: #34E2C0;
}
.AnyTagClassName
{
color: #34E2C0;
}
</style>
background-color css
<style>
a { background-color: #34E2C0; }
a { background-color: rgb(52,226,192); }
div.DivClassName
{
background-color: #34E2C0;
}
.BgClassName
{
background-color: #34E2C0;
}
</style>
border-color css
<style>
span { border-color: #34E2C0; }
span { border-color: rgb(52,226,192); }
td.TdClassName
{
border-color: #34E2C0;
}
.TagClassName
{
border-color: #34E2C0;
}
</style>