#29FEC5

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

Shades of Turquoise #29FEC5

Tints of Turquoise #29FEC5

Color information

#29FEC5 (or 0x29FEC5) is unknown color: approx Turquoise. HEX triplet: 29, FE and C5. RGB value is (41,254,197). Sum of RGB (Red+Green+Blue) = 41+254+197=492 (65% of max value = 765). Red value is 41 (16.41% from 255 or 8.33% from 492); Green value is 254 (99.61% from 255 or 51.63% from 492); Blue value is 197 (77.34% from 255 or 40.04% from 492); Max value from RGB is 254 - color contains mainly: green. Hex color #29FEC5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29FEC5 is #D6013A. Grayscale: #B7B7B7. Windows color (decimal): -14025019 or 12975657. OLE color: 12975657.

HSL color Cylindrical-coordinate representation of color #29FEC5: hue angle of 163.94º 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 #29FEC5 is Cyan = 0.84, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.00.

Color convert

RGB41254197-
CMYK0.8400.220.00
HSL163.94º99.07%57.84%-
HSV(B)163.94º83.86%99.61%-
XYZ46.4375.3964.93-
YUV183.81135.4326.13-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 8.33%
GREEN value IS 254 (99.61% from 255) = 51.63%
BLUE value IS 197 (77.34% from 255) = 40.04%
R=8.33%
G=51.63%
B=40.04%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal412541970.8400.220.00163.9499.0757.84
Hex29FEC5540160a4633a
Octal51376305124026024414372
Binary101001111111101100010110101000101100101001001100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29FEC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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