#34E3D6

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

Shades of Turquoise #34E3D6

Tints of Turquoise #34E3D6

Color information

#34E3D6 (or 0x34E3D6) is unknown color: approx Turquoise. HEX triplet: 34, E3 and D6. RGB value is (52,227,214). Sum of RGB (Red+Green+Blue) = 52+227+214=493 (65% of max value = 765). Red value is 52 (20.70% from 255 or 10.55% from 493); Green value is 227 (89.06% from 255 or 46.04% from 493); Blue value is 214 (83.98% from 255 or 43.41% from 493); Max value from RGB is 227 - color contains mainly: green. Hex color #34E3D6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34E3D6 is #CB1C29. Grayscale: #ADADAD. Windows color (decimal): -13311018 or 14082868. OLE color: 14082868.

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

Color convert

RGB52227214-
CMYK0.7700.060.11
HSL175.54º75.76%54.71%-
HSV(B)175.54º77.09%89.02%-
XYZ41.0260.5273.14-
YUV173.19151.0241.56-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 10.55%
GREEN value IS 227 (89.06% from 255) = 46.04%
BLUE value IS 214 (83.98% from 255) = 43.41%
R=10.55%
G=46.04%
B=43.41%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal522272140.7700.060.11175.5475.7654.71
Hex34E3D64D06Bb04c37
Octal64343326115061326011467
Binary1101001110001111010110100110101101011101100001001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34E3D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,227,214); }

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

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

 a { background-color: rgb(52,227,214); }

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

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

 span { border-color: rgb(52,227,214); }

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