#29DDDF

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

Shades of Turquoise #29DDDF

Tints of Turquoise #29DDDF

Color information

#29DDDF (or 0x29DDDF) is unknown color: approx Turquoise. HEX triplet: 29, DD and DF. RGB value is (41,221,223). Sum of RGB (Red+Green+Blue) = 41+221+223=485 (64% of max value = 765). Red value is 41 (16.41% from 255 or 8.45% from 485); Green value is 221 (86.72% from 255 or 45.57% from 485); Blue value is 223 (87.5% from 255 or 45.98% from 485); Max value from RGB is 223 - color contains mainly: blue. Hex color #29DDDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29DDDF is #D62220. Grayscale: #A7A7A7. Windows color (decimal): -14033441 or 14671145. OLE color: 14671145.

HSL color Cylindrical-coordinate representation of color #29DDDF: hue angle of 180.66º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #29DDDF is Cyan = 0.82, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB41221223-
CMYK0.820.0100.13
HSL180.66º73.98%51.76%-
HSV(B)180.66º81.61%87.45%-
XYZ40.0957.5178.8-
YUV167.41159.3737.84-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 8.45%
GREEN value IS 221 (86.72% from 255) = 45.57%
BLUE value IS 223 (87.5% from 255) = 45.98%
R=8.45%
G=45.57%
B=45.98%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal412212230.820.0100.13180.6673.9851.76
Hex29DDDF5210Db54a34
Octal51335337122101526511264
Binary10100111011101110111111010010101101101101011001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29DDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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