Shades of Turquoise #34E2EC
Tints of Turquoise #34E2EC
RGB
CMYK
RGB Variations
Color information
#34E2EC (or 0x34E2EC) is known color: Turquoise. HEX triplet: 34, E2 and EC. RGB value is (52,226,236). Sum of RGB (Red+Green+Blue) = 52+226+236=514 (68% of max value = 765). Red value is 52 (20.70% from 255 or 10.12% from 514); Green value is 226 (88.67% from 255 or 43.97% from 514); Blue value is 236 (92.58% from 255 or 45.91% from 514); Max value from RGB is 236 - color contains mainly: blue. Hex color #34E2EC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #34E2EC is #CB1D13. Grayscale: #AEAEAE. Windows color (decimal): -13311252 or 15524404. OLE color: 15524404.
HSL color Cylindrical-coordinate representation of color #34E2EC: hue angle of 183.26º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34E2EC is Cyan = 0.78, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 52 | 226 | 236 | - |
| CMYK | 0.78 | 0.04 | 0 | 0.07 |
| HSL | 183.26º | 0.83% | 0.56% | - |
| HSV(B) | 183.26º | 0.78% | 0.93% | - |
| XYZ | 43.75 | 61.18 | 88.86 | - |
| YUV | 175.11 | 162.35 | 40.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 226 | 236 | 0.78 | 0.04 | 0 | 0.07 | 183.26 | 0.83 | 0.56 |
| Hex | 34 | E2 | EC | 4E | 4 | 0 | 7 | B7 | 53 | 38 |
| Octal | 64 | 342 | 354 | 116 | 4 | 0 | 7 | 267 | 123 | 70 |
| Binary | 110100 | 11100010 | 11101100 | 1001110 | 100 | 0 | 111 | 10110111 | 1010011 | 111000 |
Color Harmonies of #34E2EC
Complementary color
Monochromatic Colors of #34E2EC
Black with #34E2EC
Text Example
Text Example
White with #34E2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34E2EC; }
p { color: rgb(52,226,236); }
H1.HeaderClassName
{
color: #34E2EC;
}
.AnyTagClassName
{
color: #34E2EC;
}
</style>
background-color css
<style>
a { background-color: #34E2EC; }
a { background-color: rgb(52,226,236); }
div.DivClassName
{
background-color: #34E2EC;
}
.BgClassName
{
background-color: #34E2EC;
}
</style>
border-color css
<style>
span { border-color: #34E2EC; }
span { border-color: rgb(52,226,236); }
td.TdClassName
{
border-color: #34E2EC;
}
.TagClassName
{
border-color: #34E2EC;
}
</style>