#34E1C2

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

Shades of Turquoise #34E1C2

Tints of Turquoise #34E1C2

Color information

#34E1C2 (or 0x34E1C2) is unknown color: approx Turquoise. HEX triplet: 34, E1 and C2. RGB value is (52,225,194). Sum of RGB (Red+Green+Blue) = 52+225+194=471 (62% of max value = 765). Red value is 52 (20.70% from 255 or 11.04% from 471); Green value is 225 (88.28% from 255 or 47.77% from 471); Blue value is 194 (76.17% from 255 or 41.19% from 471); Max value from RGB is 225 - color contains mainly: green. Hex color #34E1C2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34E1C2 is #CB1E3D. Grayscale: #A9A9A9. Windows color (decimal): -13311550 or 12771636. OLE color: 12771636.

HSL color Cylindrical-coordinate representation of color #34E1C2: hue angle of 169.25º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34E1C2 is Cyan = 0.77, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.12.

Color convert

RGB52225194-
CMYK0.7700.140.12
HSL169.25º74.25%54.31%-
HSV(B)169.25º76.89%88.24%-
XYZ38.0858.4860.32-
YUV169.74141.6944.02-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 11.04%
GREEN value IS 225 (88.28% from 255) = 47.77%
BLUE value IS 194 (76.17% from 255) = 41.19%
R=11.04%
G=47.77%
B=41.19%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal522251940.7700.140.12169.2574.2554.31
Hex34E1C24D0ECa94a36
Octal643413021150161425111266
Binary11010011100001110000101001101011101100101010011001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34E1C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,225,194); }

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

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

 a { background-color: rgb(52,225,194); }

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

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

 span { border-color: rgb(52,225,194); }

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