#29E6D4

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

Shades of Turquoise #29E6D4

Tints of Turquoise #29E6D4

Color information

#29E6D4 (or 0x29E6D4) is unknown color: approx Turquoise. HEX triplet: 29, E6 and D4. RGB value is (41,230,212). Sum of RGB (Red+Green+Blue) = 41+230+212=483 (63% of max value = 765). Red value is 41 (16.41% from 255 or 8.49% from 483); Green value is 230 (90.23% from 255 or 47.62% from 483); Blue value is 212 (83.20% from 255 or 43.89% from 483); Max value from RGB is 230 - color contains mainly: green. Hex color #29E6D4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29E6D4 is #D6192B. Grayscale: #ABABAB. Windows color (decimal): -14031148 or 13952553. OLE color: 13952553.

HSL color Cylindrical-coordinate representation of color #29E6D4: hue angle of 174.29º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #29E6D4 is Cyan = 0.82, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.10.

Color convert

RGB41230212-
CMYK0.8200.080.10
HSL174.29º79.08%53.14%-
HSV(B)174.29º82.17%90.2%-
XYZ41.0961.8272.05-
YUV171.44150.8834.96-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 8.49%
GREEN value IS 230 (90.23% from 255) = 47.62%
BLUE value IS 212 (83.20% from 255) = 43.89%
R=8.49%
G=47.62%
B=43.89%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal412302120.8200.080.10174.2979.0853.14
Hex29E6D45208Aae4f35
Octal513463241220101225611765
Binary10100111100110110101001010010010001010101011101001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29E6D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,230,212); }

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

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

 a { background-color: rgb(41,230,212); }

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

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

 span { border-color: rgb(41,230,212); }

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