#29FECE

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

Shades of Turquoise #29FECE

Tints of Turquoise #29FECE

Color information

#29FECE (or 0x29FECE) is unknown color: approx Turquoise. HEX triplet: 29, FE and CE. RGB value is (41,254,206). Sum of RGB (Red+Green+Blue) = 41+254+206=501 (66% of max value = 765). Red value is 41 (16.41% from 255 or 8.18% from 501); Green value is 254 (99.61% from 255 or 50.70% from 501); Blue value is 206 (80.86% from 255 or 41.12% from 501); Max value from RGB is 254 - color contains mainly: green. Hex color #29FECE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29FECE is #D60131. Grayscale: #B8B8B8. Windows color (decimal): -14025010 or 13565481. OLE color: 13565481.

HSL color Cylindrical-coordinate representation of color #29FECE: hue angle of 166.48º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #29FECE is Cyan = 0.84, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.

Color convert

RGB41254206-
CMYK0.8400.190.00
HSL166.48º99.07%57.84%-
HSV(B)166.48º83.86%99.61%-
XYZ47.575.8170.52-
YUV184.84139.9325.4-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 8.18%
GREEN value IS 254 (99.61% from 255) = 50.70%
BLUE value IS 206 (80.86% from 255) = 41.12%
R=8.18%
G=50.70%
B=41.12%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal412542060.8400.190.00166.4899.0757.84
Hex29FECE540130a6633a
Octal51376316124023024614372
Binary101001111111101100111010101000100110101001101100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29FECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,254,206); }

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

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

 a { background-color: rgb(41,254,206); }

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

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

 span { border-color: rgb(41,254,206); }

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