#29DABC

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

Shades of Turquoise #29DABC

Tints of Turquoise #29DABC

Color information

#29DABC (or 0x29DABC) is unknown color: approx Turquoise. HEX triplet: 29, DA and BC. RGB value is (41,218,188). Sum of RGB (Red+Green+Blue) = 41+218+188=447 (59% of max value = 765). Red value is 41 (16.41% from 255 or 9.17% from 447); Green value is 218 (85.55% from 255 or 48.77% from 447); Blue value is 188 (73.83% from 255 or 42.06% from 447); Max value from RGB is 218 - color contains mainly: green. Hex color #29DABC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29DABC is #D62543. Grayscale: #A1A1A1. Windows color (decimal): -14034244 or 12376617. OLE color: 12376617.

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

Color convert

RGB41218188-
CMYK0.8100.140.15
HSL169.83º70.52%50.78%-
HSV(B)169.83º81.19%85.49%-
XYZ35.0654.2556.2-
YUV161.66142.8641.94-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 9.17%
GREEN value IS 218 (85.55% from 255) = 48.77%
BLUE value IS 188 (73.83% from 255) = 42.06%
R=9.17%
G=48.77%
B=42.06%

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
Decimal412181880.8100.140.15169.8370.5250.78
Hex29DABC510EFaa4733
Octal513322741210161725210763
Binary10100111011010101111001010001011101111101010101000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29DABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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