#29EAC2

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

Shades of Turquoise #29EAC2

Tints of Turquoise #29EAC2

Color information

#29EAC2 (or 0x29EAC2) is unknown color: approx Turquoise. HEX triplet: 29, EA and C2. RGB value is (41,234,194). Sum of RGB (Red+Green+Blue) = 41+234+194=469 (62% of max value = 765). Red value is 41 (16.41% from 255 or 8.74% from 469); Green value is 234 (91.80% from 255 or 49.89% from 469); Blue value is 194 (76.17% from 255 or 41.36% from 469); Max value from RGB is 234 - color contains mainly: green. Hex color #29EAC2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29EAC2 is #D6153D. Grayscale: #ABABAB. Windows color (decimal): -14030142 or 12773929. OLE color: 12773929.

HSL color Cylindrical-coordinate representation of color #29EAC2: hue angle of 167.56º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #29EAC2 is Cyan = 0.82, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB41234194-
CMYK0.8200.170.08
HSL167.56º82.13%53.92%-
HSV(B)167.56º82.48%91.76%-
XYZ40.0763.2161.13-
YUV171.73140.5634.75-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 8.74%
GREEN value IS 234 (91.80% from 255) = 49.89%
BLUE value IS 194 (76.17% from 255) = 41.36%
R=8.74%
G=49.89%
B=41.36%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal412341940.8200.170.08167.5682.1353.92
Hex29EAC2520118a85236
Octal513523021220211025012266
Binary101001111010101100001010100100100011000101010001010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29EAC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29EAC2; }

 p { color: rgb(41,234,194); }

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

<style>
 a { background-color: #29EAC2; }

 a { background-color: rgb(41,234,194); }

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

<style>
 span { border-color: #29EAC2; }

 span { border-color: rgb(41,234,194); }

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