#29E0DF

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

Shades of Turquoise #29E0DF

Tints of Turquoise #29E0DF

Color information

#29E0DF (or 0x29E0DF) is unknown color: approx Turquoise. HEX triplet: 29, E0 and DF. RGB value is (41,224,223). Sum of RGB (Red+Green+Blue) = 41+224+223=488 (64% of max value = 765). Red value is 41 (16.41% from 255 or 8.40% from 488); Green value is 224 (87.89% from 255 or 45.90% from 488); Blue value is 223 (87.5% from 255 or 45.70% from 488); Max value from RGB is 224 - color contains mainly: green. Hex color #29E0DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29E0DF is #D61F20. Grayscale: #A8A8A8. Windows color (decimal): -14032673 or 14671913. OLE color: 14671913.

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

Color convert

RGB41224223-
CMYK0.8200.000.12
HSL179.67º74.69%51.96%-
HSV(B)179.67º81.7%87.84%-
XYZ40.8959.1179.07-
YUV169.17158.3736.58-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 8.40%
GREEN value IS 224 (87.89% from 255) = 45.90%
BLUE value IS 223 (87.5% from 255) = 45.70%
R=8.40%
G=45.90%
B=45.70%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal412242230.8200.000.12179.6774.6951.96
Hex29E0DF5200Cb44b34
Octal51340337122001426411364
Binary10100111100000110111111010010001100101101001001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29E0DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,224,223); }

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

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

 a { background-color: rgb(41,224,223); }

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

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

 span { border-color: rgb(41,224,223); }

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