#29EAC3

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

Shades of Turquoise #29EAC3

Tints of Turquoise #29EAC3

Color information

#29EAC3 (or 0x29EAC3) is unknown color: approx Turquoise. HEX triplet: 29, EA and C3. RGB value is (41,234,195). Sum of RGB (Red+Green+Blue) = 41+234+195=470 (62% of max value = 765). Red value is 41 (16.41% from 255 or 8.72% from 470); Green value is 234 (91.80% from 255 or 49.79% from 470); Blue value is 195 (76.56% from 255 or 41.49% from 470); Max value from RGB is 234 - color contains mainly: green. Hex color #29EAC3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29EAC3 is #D6153C. Grayscale: #ABABAB. Windows color (decimal): -14030141 or 12839465. OLE color: 12839465.

HSL color Cylindrical-coordinate representation of color #29EAC3: hue angle of 167.88º 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 #29EAC3 is Cyan = 0.82, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB41234195-
CMYK0.8200.170.08
HSL167.88º82.13%53.92%-
HSV(B)167.88º82.48%91.76%-
XYZ40.1963.2661.72-
YUV171.85141.0634.67-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 8.72%
GREEN value IS 234 (91.80% from 255) = 49.79%
BLUE value IS 195 (76.56% from 255) = 41.49%
R=8.72%
G=49.79%
B=41.49%

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
Decimal412341950.8200.170.08167.8882.1353.92
Hex29EAC3520118a85236
Octal513523031220211025012266
Binary101001111010101100001110100100100011000101010001010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29EAC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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