#29FEC4

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

Shades of Turquoise #29FEC4

Tints of Turquoise #29FEC4

Color information

#29FEC4 (or 0x29FEC4) is unknown color: approx Turquoise. HEX triplet: 29, FE and C4. RGB value is (41,254,196). Sum of RGB (Red+Green+Blue) = 41+254+196=491 (65% of max value = 765). Red value is 41 (16.41% from 255 or 8.35% from 491); Green value is 254 (99.61% from 255 or 51.73% from 491); Blue value is 196 (76.95% from 255 or 39.92% from 491); Max value from RGB is 254 - color contains mainly: green. Hex color #29FEC4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29FEC4 is #D6013B. Grayscale: #B7B7B7. Windows color (decimal): -14025020 or 12910121. OLE color: 12910121.

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

Color convert

RGB41254196-
CMYK0.8400.230.00
HSL163.66º99.07%57.84%-
HSV(B)163.66º83.86%99.61%-
XYZ46.3275.3464.33-
YUV183.7134.9326.22-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 8.35%
GREEN value IS 254 (99.61% from 255) = 51.73%
BLUE value IS 196 (76.95% from 255) = 39.92%
R=8.35%
G=51.73%
B=39.92%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal412541960.8400.230.00163.6699.0757.84
Hex29FEC4540170a4633a
Octal51376304124027024414372
Binary101001111111101100010010101000101110101001001100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29FEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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