#34E2C1

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

Shades of Turquoise #34E2C1

Tints of Turquoise #34E2C1

Color information

#34E2C1 (or 0x34E2C1) is unknown color: approx Turquoise. HEX triplet: 34, E2 and C1. RGB value is (52,226,193). Sum of RGB (Red+Green+Blue) = 52+226+193=471 (62% of max value = 765). Red value is 52 (20.70% from 255 or 11.04% from 471); Green value is 226 (88.67% from 255 or 47.98% from 471); Blue value is 193 (75.78% from 255 or 40.98% from 471); Max value from RGB is 226 - color contains mainly: green. Hex color #34E2C1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34E2C1 is #CB1D3E. Grayscale: #AAAAAA. Windows color (decimal): -13311295 or 12706356. OLE color: 12706356.

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

Color convert

RGB52226193-
CMYK0.7700.150.11
HSL168.62º75%54.51%-
HSV(B)168.62º76.99%88.63%-
XYZ38.2458.9759.82-
YUV170.21140.8543.68-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 11.04%
GREEN value IS 226 (88.67% from 255) = 47.98%
BLUE value IS 193 (75.78% from 255) = 40.98%
R=11.04%
G=47.98%
B=40.98%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal522261930.7700.150.11168.627554.51
Hex34E2C14D0FBa94b37
Octal643423011150171325111367
Binary11010011100010110000011001101011111011101010011001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34E2C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,226,193); }

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

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

 a { background-color: rgb(52,226,193); }

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

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

 span { border-color: rgb(52,226,193); }

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