#29e6de

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

Shades of Turquoise #29E6DE

Tints of Turquoise #29E6DE

Color information

#29E6DE (or 0x29E6DE) is unknown color: approx Turquoise. HEX triplet: 29, E6 and DE. RGB value is (41,230,222). Sum of RGB (Red+Green+Blue) = 41+230+222=493 (65% of max value = 765). Red value is 41 (16.41% from 255 or 8.32% from 493); Green value is 230 (90.23% from 255 or 46.65% from 493); Blue value is 222 (87.11% from 255 or 45.03% from 493); Max value from RGB is 230 - color contains mainly: green. Hex color #29E6DE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29E6DE is #D61921. Grayscale: #ACACAC. Windows color (decimal): -14031138 or 14607913. OLE color: 14607913.

HSL color Cylindrical-coordinate representation of color #29E6DE: hue angle of 177.46º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #29E6DE is Cyan = 0.82, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB41230222-
CMYK0.8200.030.10
HSL177.46º79.08%53.14%-
HSV(B)177.46º82.17%90.2%-
XYZ42.462.3478.91-
YUV172.58155.8834.15-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 8.32%
GREEN value IS 230 (90.23% from 255) = 46.65%
BLUE value IS 222 (87.11% from 255) = 45.03%
R=8.32%
G=46.65%
B=45.03%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal412302220.8200.030.10177.4679.0853.14
Hex29E6DE5203Ab14f35
Octal51346336122031226111765
Binary101001111001101101111010100100111010101100011001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29e6de

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,230,222); }

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

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

 a { background-color: rgb(41,230,222); }

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

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

 span { border-color: rgb(41,230,222); }

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