#34E7D4

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

Shades of Turquoise #34E7D4

Tints of Turquoise #34E7D4

Color information

#34E7D4 (or 0x34E7D4) is unknown color: approx Turquoise. HEX triplet: 34, E7 and D4. RGB value is (52,231,212). Sum of RGB (Red+Green+Blue) = 52+231+212=495 (65% of max value = 765). Red value is 52 (20.70% from 255 or 10.51% from 495); Green value is 231 (90.62% from 255 or 46.67% from 495); Blue value is 212 (83.20% from 255 or 42.83% from 495); Max value from RGB is 231 - color contains mainly: green. Hex color #34E7D4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34E7D4 is #CB182B. Grayscale: #AFAFAF. Windows color (decimal): -13309996 or 13952820. OLE color: 13952820.

HSL color Cylindrical-coordinate representation of color #34E7D4: hue angle of 173.63º 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 #34E7D4 is Cyan = 0.77, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.09.

Color convert

RGB52231212-
CMYK0.7700.080.09
HSL173.63º78.85%55.49%-
HSV(B)173.63º77.49%90.59%-
XYZ41.8862.6472.17-
YUV175.31148.740.04-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 10.51%
GREEN value IS 231 (90.62% from 255) = 46.67%
BLUE value IS 212 (83.20% from 255) = 42.83%
R=10.51%
G=46.67%
B=42.83%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal522312120.7700.080.09173.6378.8555.49
Hex34E7D44D089ae4f37
Octal643473241150101125611767
Binary11010011100111110101001001101010001001101011101001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34E7D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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