#29E8C6

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

Shades of Turquoise #29E8C6

Tints of Turquoise #29E8C6

Color information

#29E8C6 (or 0x29E8C6) is unknown color: approx Turquoise. HEX triplet: 29, E8 and C6. RGB value is (41,232,198). Sum of RGB (Red+Green+Blue) = 41+232+198=471 (62% of max value = 765). Red value is 41 (16.41% from 255 or 8.70% from 471); Green value is 232 (91.02% from 255 or 49.26% from 471); Blue value is 198 (77.73% from 255 or 42.04% from 471); Max value from RGB is 232 - color contains mainly: green. Hex color #29E8C6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29E8C6 is #D61739. Grayscale: #AAAAAA. Windows color (decimal): -14030650 or 13035561. OLE color: 13035561.

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

Color convert

RGB41232198-
CMYK0.8200.150.09
HSL169.32º80.59%53.53%-
HSV(B)169.32º82.33%90.98%-
XYZ39.9662.2663.34-
YUV171.02143.2235.26-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 8.70%
GREEN value IS 232 (91.02% from 255) = 49.26%
BLUE value IS 198 (77.73% from 255) = 42.04%
R=8.70%
G=49.26%
B=42.04%

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
Decimal412321980.8200.150.09169.3280.5953.53
Hex29E8C6520F9a95136
Octal513503061220171125112166
Binary10100111101000110001101010010011111001101010011010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29E8C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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