Shades of Turquoise #34E2EF
Tints of Turquoise #34E2EF
RGB
CMYK
RGB Variations
Color information
#34E2EF (or 0x34E2EF) is known color: Turquoise. HEX triplet: 34, E2 and EF. RGB value is (52,226,239). Sum of RGB (Red+Green+Blue) = 52+226+239=517 (68% of max value = 765). Red value is 52 (20.70% from 255 or 10.06% from 517); Green value is 226 (88.67% from 255 or 43.71% from 517); Blue value is 239 (93.75% from 255 or 46.23% from 517); Max value from RGB is 239 - color contains mainly: blue. Hex color #34E2EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #34E2EF is #CB1D10. Grayscale: #AFAFAF. Windows color (decimal): -13311249 or 15721012. OLE color: 15721012.
HSL color Cylindrical-coordinate representation of color #34E2EF: hue angle of 184.17º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34E2EF is Cyan = 0.78, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 52 | 226 | 239 | - |
| CMYK | 0.78 | 0.05 | 0 | 0.06 |
| HSL | 184.17º | 0.85% | 0.57% | - |
| HSV(B) | 184.17º | 0.78% | 0.94% | - |
| XYZ | 44.19 | 61.35 | 91.17 | - |
| YUV | 175.46 | 163.85 | 39.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 226 | 239 | 0.78 | 0.05 | 0 | 0.06 | 184.17 | 0.85 | 0.57 |
| Hex | 34 | E2 | EF | 4E | 5 | 0 | 6 | B8 | 55 | 39 |
| Octal | 64 | 342 | 357 | 116 | 5 | 0 | 6 | 270 | 125 | 71 |
| Binary | 110100 | 11100010 | 11101111 | 1001110 | 101 | 0 | 110 | 10111000 | 1010101 | 111001 |
Color Harmonies of #34E2EF
Complementary color
Monochromatic Colors of #34E2EF
Black with #34E2EF
Text Example
Text Example
White with #34E2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34E2EF; }
p { color: rgb(52,226,239); }
H1.HeaderClassName
{
color: #34E2EF;
}
.AnyTagClassName
{
color: #34E2EF;
}
</style>
background-color css
<style>
a { background-color: #34E2EF; }
a { background-color: rgb(52,226,239); }
div.DivClassName
{
background-color: #34E2EF;
}
.BgClassName
{
background-color: #34E2EF;
}
</style>
border-color css
<style>
span { border-color: #34E2EF; }
span { border-color: rgb(52,226,239); }
td.TdClassName
{
border-color: #34E2EF;
}
.TagClassName
{
border-color: #34E2EF;
}
</style>