#29E8C5

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

Shades of Turquoise #29E8C5

Tints of Turquoise #29E8C5

Color information

#29E8C5 (or 0x29E8C5) is unknown color: approx Turquoise. HEX triplet: 29, E8 and C5. RGB value is (41,232,197). Sum of RGB (Red+Green+Blue) = 41+232+197=470 (62% of max value = 765). Red value is 41 (16.41% from 255 or 8.72% from 470); Green value is 232 (91.02% from 255 or 49.36% from 470); Blue value is 197 (77.34% from 255 or 41.91% from 470); Max value from RGB is 232 - color contains mainly: green. Hex color #29E8C5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29E8C5 is #D6173A. Grayscale: #AAAAAA. Windows color (decimal): -14030651 or 12970025. OLE color: 12970025.

HSL color Cylindrical-coordinate representation of color #29E8C5: hue angle of 169.01º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #29E8C5 is Cyan = 0.82, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.09.

Color convert

RGB41232197-
CMYK0.8200.150.09
HSL169.01º80.59%53.53%-
HSV(B)169.01º82.33%90.98%-
XYZ39.8562.2262.73-
YUV170.9142.7235.35-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 8.72%
GREEN value IS 232 (91.02% from 255) = 49.36%
BLUE value IS 197 (77.34% from 255) = 41.91%
R=8.72%
G=49.36%
B=41.91%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal412321970.8200.150.09169.0180.5953.53
Hex29E8C5520F9a95136
Octal513503051220171125112166
Binary10100111101000110001011010010011111001101010011010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29E8C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,232,197); }

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

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

 a { background-color: rgb(41,232,197); }

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

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

 span { border-color: rgb(41,232,197); }

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