#29DABD

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

Shades of Turquoise #29DABD

Tints of Turquoise #29DABD

Color information

#29DABD (or 0x29DABD) is unknown color: approx Turquoise. HEX triplet: 29, DA and BD. RGB value is (41,218,189). Sum of RGB (Red+Green+Blue) = 41+218+189=448 (59% of max value = 765). Red value is 41 (16.41% from 255 or 9.15% from 448); Green value is 218 (85.55% from 255 or 48.66% from 448); Blue value is 189 (74.22% from 255 or 42.19% from 448); Max value from RGB is 218 - color contains mainly: green. Hex color #29DABD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29DABD is #D62542. Grayscale: #A1A1A1. Windows color (decimal): -14034243 or 12442153. OLE color: 12442153.

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

Color convert

RGB41218189-
CMYK0.8100.130.15
HSL170.17º70.52%50.78%-
HSV(B)170.17º81.19%85.49%-
XYZ35.1754.2956.77-
YUV161.77143.3641.86-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 9.15%
GREEN value IS 218 (85.55% from 255) = 48.66%
BLUE value IS 189 (74.22% from 255) = 42.19%
R=9.15%
G=48.66%
B=42.19%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal412181890.8100.130.15170.1770.5250.78
Hex29DABD510DFaa4733
Octal513322751210151725210763
Binary10100111011010101111011010001011011111101010101000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29DABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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