#29D9BA

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

Shades of Turquoise #29D9BA

Tints of Turquoise #29D9BA

Color information

#29D9BA (or 0x29D9BA) is unknown color: approx Turquoise. HEX triplet: 29, D9 and BA. RGB value is (41,217,186). Sum of RGB (Red+Green+Blue) = 41+217+186=444 (58% of max value = 765). Red value is 41 (16.41% from 255 or 9.23% from 444); Green value is 217 (85.16% from 255 or 48.87% from 444); Blue value is 186 (73.05% from 255 or 41.89% from 444); Max value from RGB is 217 - color contains mainly: green. Hex color #29D9BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29D9BA is #D62645. Grayscale: #A0A0A0. Windows color (decimal): -14034502 or 12245289. OLE color: 12245289.

HSL color Cylindrical-coordinate representation of color #29D9BA: hue angle of 169.43º degrees, saturation: 0.7, 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 #29D9BA is Cyan = 0.81, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB41217186-
CMYK0.8100.140.15
HSL169.43º69.84%50.59%-
HSV(B)169.43º81.11%85.1%-
XYZ34.5953.6454.99-
YUV160.84142.1942.52-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 9.23%
GREEN value IS 217 (85.16% from 255) = 48.87%
BLUE value IS 186 (73.05% from 255) = 41.89%
R=9.23%
G=48.87%
B=41.89%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal412171860.8100.140.15169.4369.8450.59
Hex29D9BA510EFa94633
Octal513312721210161725110663
Binary10100111011001101110101010001011101111101010011000110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29D9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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