#29DAC8

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

Shades of Turquoise #29DAC8

Tints of Turquoise #29DAC8

Color information

#29DAC8 (or 0x29DAC8) is unknown color: approx Turquoise. HEX triplet: 29, DA and C8. RGB value is (41,218,200). Sum of RGB (Red+Green+Blue) = 41+218+200=459 (60% of max value = 765). Red value is 41 (16.41% from 255 or 8.93% from 459); Green value is 218 (85.55% from 255 or 47.49% from 459); Blue value is 200 (78.52% from 255 or 43.57% from 459); Max value from RGB is 218 - color contains mainly: green. Hex color #29DAC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29DAC8 is #D62537. Grayscale: #A2A2A2. Windows color (decimal): -14034232 or 13163049. OLE color: 13163049.

HSL color Cylindrical-coordinate representation of color #29DAC8: hue angle of 173.9º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #29DAC8 is Cyan = 0.81, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB41218200-
CMYK0.8100.080.15
HSL173.9º70.52%50.78%-
HSV(B)173.9º81.19%85.49%-
XYZ36.4154.7863.3-
YUV163.02148.8640.96-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 8.93%
GREEN value IS 218 (85.55% from 255) = 47.49%
BLUE value IS 200 (78.52% from 255) = 43.57%
R=8.93%
G=47.49%
B=43.57%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal412182000.8100.080.15173.970.5250.78
Hex29DAC85108Fae4733
Octal513323101210101725610763
Binary10100111011010110010001010001010001111101011101000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29DAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,218,200); }

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

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

 a { background-color: rgb(41,218,200); }

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

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

 span { border-color: rgb(41,218,200); }

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