#29DFE0

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

Shades of Turquoise #29DFE0

Tints of Turquoise #29DFE0

Color information

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

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

Color convert

RGB41223224-
CMYK0.820.0000.12
HSL180.33º74.69%51.96%-
HSV(B)180.33º81.7%87.84%-
XYZ40.7658.6379.69-
YUV168.7159.236.92-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal412232240.820.0000.12180.3374.6951.96
Hex29DFE05200Cb44b34
Octal51337340122001426411364
Binary10100111011111111000001010010001100101101001001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29DFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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