#34E7D2

Color #34E7D2 Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #34E7D2

Tints of Turquoise #34E7D2

Color information

#34E7D2 (or 0x34E7D2) is unknown color: approx Turquoise. HEX triplet: 34, E7 and D2. RGB value is (52,231,210). Sum of RGB (Red+Green+Blue) = 52+231+210=493 (65% of max value = 765). Red value is 52 (20.70% from 255 or 10.55% from 493); Green value is 231 (90.62% from 255 or 46.86% from 493); Blue value is 210 (82.42% from 255 or 42.60% from 493); Max value from RGB is 231 - color contains mainly: green. Hex color #34E7D2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34E7D2 is #CB182D. Grayscale: #AEAEAE. Windows color (decimal): -13309998 or 13821748. OLE color: 13821748.

HSL color Cylindrical-coordinate representation of color #34E7D2: hue angle of 172.96º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34E7D2 is Cyan = 0.77, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.

Color convert

RGB52231210-
CMYK0.7700.090.09
HSL172.96º78.85%55.49%-
HSV(B)172.96º77.49%90.59%-
XYZ41.6262.5470.85-
YUV175.08147.740.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 52 (20.70% from 255) = 10.55%
GREEN value IS 231 (90.62% from 255) = 46.86%
BLUE value IS 210 (82.42% from 255) = 42.60%
R=10.55%
G=46.86%
B=42.60%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal522312100.7700.090.09172.9678.8555.49
Hex34E7D24D099ad4f37
Octal643473221150111125511767
Binary11010011100111110100101001101010011001101011011001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34E7D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34E7D2; }

 p { color: rgb(52,231,210); }

 H1.HeaderClassName
 {
   color: #34E7D2;
 }
 .AnyTagClassName
 {
   color: #34E7D2;
 }
</style>
background-color css

<style>
 a { background-color: #34E7D2; }

 a { background-color: rgb(52,231,210); }

 div.DivClassName
 {
   background-color: #34E7D2;
 }
 .BgClassName
 {
   background-color: #34E7D2;
 }
</style>
border-color css

<style>
 span { border-color: #34E7D2; }

 span { border-color: rgb(52,231,210); }

 td.TdClassName
 {
   border-color: #34E7D2;
 }
 .TagClassName
 {
   border-color: #34E7D2;
 }
</style>