#29D8DA

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

Shades of Turquoise #29D8DA

Tints of Turquoise #29D8DA

Color information

#29D8DA (or 0x29D8DA) is unknown color: approx Turquoise. HEX triplet: 29, D8 and DA. RGB value is (41,216,218). Sum of RGB (Red+Green+Blue) = 41+216+218=475 (62% of max value = 765). Red value is 41 (16.41% from 255 or 8.63% from 475); Green value is 216 (84.77% from 255 or 45.47% from 475); Blue value is 218 (85.55% from 255 or 45.89% from 475); Max value from RGB is 218 - color contains mainly: blue. Hex color #29D8DA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29D8DA is #D62725. Grayscale: #A3A3A3. Windows color (decimal): -14034726 or 14342185. OLE color: 14342185.

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

Color convert

RGB41216218-
CMYK0.810.0100.15
HSL180.68º70.52%50.78%-
HSV(B)180.68º81.19%85.49%-
XYZ38.1354.6574.87-
YUV163.9158.5240.34-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 8.63%
GREEN value IS 216 (84.77% from 255) = 45.47%
BLUE value IS 218 (85.55% from 255) = 45.89%
R=8.63%
G=45.47%
B=45.89%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal412162180.810.0100.15180.6870.5250.78
Hex29D8DA5110Fb54733
Octal51330332121101726510763
Binary10100111011000110110101010001101111101101011000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29D8DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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