#29E1D9

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

Shades of Turquoise #29E1D9

Tints of Turquoise #29E1D9

Color information

#29E1D9 (or 0x29E1D9) is unknown color: approx Turquoise. HEX triplet: 29, E1 and D9. RGB value is (41,225,217). Sum of RGB (Red+Green+Blue) = 41+225+217=483 (63% of max value = 765). Red value is 41 (16.41% from 255 or 8.49% from 483); Green value is 225 (88.28% from 255 or 46.58% from 483); Blue value is 217 (85.16% from 255 or 44.93% from 483); Max value from RGB is 225 - color contains mainly: green. Hex color #29E1D9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29E1D9 is #D61E26. Grayscale: #A8A8A8. Windows color (decimal): -14032423 or 14278953. OLE color: 14278953.

HSL color Cylindrical-coordinate representation of color #29E1D9: hue angle of 177.39º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #29E1D9 is Cyan = 0.82, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB41225217-
CMYK0.8200.040.12
HSL177.39º75.41%52.16%-
HSV(B)177.39º81.78%88.24%-
XYZ40.3659.3374.97-
YUV169.07155.0436.65-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 8.49%
GREEN value IS 225 (88.28% from 255) = 46.58%
BLUE value IS 217 (85.16% from 255) = 44.93%
R=8.49%
G=46.58%
B=44.93%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal412252170.8200.040.12177.3975.4152.16
Hex29E1D95204Cb14b34
Octal51341331122041426111364
Binary1010011110000111011001101001001001100101100011001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29E1D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,225,217); }

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

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

 a { background-color: rgb(41,225,217); }

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

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

 span { border-color: rgb(41,225,217); }

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