#29DAD8

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

Shades of Turquoise #29DAD8

Tints of Turquoise #29DAD8

Color information

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

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

Color convert

RGB41218216-
CMYK0.8100.010.15
HSL179.32º70.52%50.78%-
HSV(B)179.32º81.19%85.49%-
XYZ38.3855.5773.67-
YUV164.85156.8639.66-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal412182160.8100.010.15179.3270.5250.78
Hex29DAD85101Fb34733
Octal51332330121011726310763
Binary10100111011010110110001010001011111101100111000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29DAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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