#29E1D8

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

Shades of Turquoise #29E1D8

Tints of Turquoise #29E1D8

Color information

#29E1D8 (or 0x29E1D8) is unknown color: approx Turquoise. HEX triplet: 29, E1 and D8. RGB value is (41,225,216). Sum of RGB (Red+Green+Blue) = 41+225+216=482 (63% of max value = 765). Red value is 41 (16.41% from 255 or 8.51% from 482); Green value is 225 (88.28% from 255 or 46.68% from 482); Blue value is 216 (84.77% from 255 or 44.81% from 482); Max value from RGB is 225 - color contains mainly: green. Hex color #29E1D8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29E1D8 is #D61E27. Grayscale: #A8A8A8. Windows color (decimal): -14032424 or 14213417. OLE color: 14213417.

HSL color Cylindrical-coordinate representation of color #29E1D8: hue angle of 177.07º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #29E1D8 is Cyan = 0.82, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB41225216-
CMYK0.8200.040.12
HSL177.07º75.41%52.16%-
HSV(B)177.07º81.78%88.24%-
XYZ40.2359.2874.29-
YUV168.96154.5436.73-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 8.51%
GREEN value IS 225 (88.28% from 255) = 46.68%
BLUE value IS 216 (84.77% from 255) = 44.81%
R=8.51%
G=46.68%
B=44.81%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal412252160.8200.040.12177.0775.4152.16
Hex29E1D85204Cb14b34
Octal51341330122041426111364
Binary1010011110000111011000101001001001100101100011001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29E1D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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