#29D5CC

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

Shades of Turquoise #29D5CC

Tints of Turquoise #29D5CC

Color information

#29D5CC (or 0x29D5CC) is unknown color: approx Turquoise. HEX triplet: 29, D5 and CC. RGB value is (41,213,204). Sum of RGB (Red+Green+Blue) = 41+213+204=458 (60% of max value = 765). Red value is 41 (16.41% from 255 or 8.95% from 458); Green value is 213 (83.59% from 255 or 46.51% from 458); Blue value is 204 (80.08% from 255 or 44.54% from 458); Max value from RGB is 213 - color contains mainly: green. Hex color #29D5CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29D5CC is #D62A33. Grayscale: #A0A0A0. Windows color (decimal): -14035508 or 13423913. OLE color: 13423913.

HSL color Cylindrical-coordinate representation of color #29D5CC: hue angle of 176.86º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #29D5CC is Cyan = 0.81, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB41213204-
CMYK0.8100.040.16
HSL176.86º67.72%49.8%-
HSV(B)176.86º80.75%83.53%-
XYZ35.6152.4265.37-
YUV160.55152.5242.73-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 8.95%
GREEN value IS 213 (83.59% from 255) = 46.51%
BLUE value IS 204 (80.08% from 255) = 44.54%
R=8.95%
G=46.51%
B=44.54%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal412132040.8100.040.16176.8667.7249.8
Hex29D5CC510410b14432
Octal51325314121042026110462
Binary10100111010101110011001010001010010000101100011000100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29D5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,213,204); }

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

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

 a { background-color: rgb(41,213,204); }

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

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

 span { border-color: rgb(41,213,204); }

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