Shades of Turquoise #34E3C6
Tints of Turquoise #34E3C6
RGB
CMYK
RGB Variations
Color information
#34E3C6 (or 0x34E3C6) is known color: Turquoise. HEX triplet: 34, E3 and C6. RGB value is (52,227,198). Sum of RGB (Red+Green+Blue) = 52+227+198=477 (63% of max value = 765). Red value is 52 (20.70% from 255 or 10.90% from 477); Green value is 227 (89.06% from 255 or 47.59% from 477); Blue value is 198 (77.73% from 255 or 41.51% from 477); Max value from RGB is 227 - color contains mainly: green. Hex color #34E3C6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34E3C6 is #CB1C39. Grayscale: #ABABAB. Windows color (decimal): -13311034 or 13034292. OLE color: 13034292.
HSL color Cylindrical-coordinate representation of color #34E3C6: hue angle of 170.06º degrees, saturation: 0.76, 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 #34E3C6 is Cyan = 0.77, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 52 | 227 | 198 | - |
| CMYK | 0.77 | 0 | 0.13 | 0.11 |
| HSL | 170.06º | 0.76% | 0.55% | - |
| HSV(B) | 170.06º | 0.77% | 0.89% | - |
| XYZ | 39.08 | 59.75 | 62.9 | - |
| YUV | 171.37 | 143.02 | 42.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 227 | 198 | 0.77 | 0 | 0.13 | 0.11 | 170.06 | 0.76 | 0.55 |
| Hex | 34 | E3 | C6 | 4D | 0 | D | B | AA | 4C | 37 |
| Octal | 64 | 343 | 306 | 115 | 0 | 15 | 13 | 252 | 114 | 67 |
| Binary | 110100 | 11100011 | 11000110 | 1001101 | 0 | 1101 | 1011 | 10101010 | 1001100 | 110111 |
Color Harmonies of #34E3C6
Complementary color
Monochromatic Colors of #34E3C6
Black with #34E3C6
Text Example
Text Example
White with #34E3C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34E3C6; }
p { color: rgb(52,227,198); }
H1.HeaderClassName
{
color: #34E3C6;
}
.AnyTagClassName
{
color: #34E3C6;
}
</style>
background-color css
<style>
a { background-color: #34E3C6; }
a { background-color: rgb(52,227,198); }
div.DivClassName
{
background-color: #34E3C6;
}
.BgClassName
{
background-color: #34E3C6;
}
</style>
border-color css
<style>
span { border-color: #34E3C6; }
span { border-color: rgb(52,227,198); }
td.TdClassName
{
border-color: #34E3C6;
}
.TagClassName
{
border-color: #34E3C6;
}
</style>