#29EFE5

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

Shades of Bright Turquoise #29EFE5

Tints of Bright Turquoise #29EFE5

Color information

#29EFE5 (or 0x29EFE5) is unknown color: approx Bright Turquoise. HEX triplet: 29, EF and E5. RGB value is (41,239,229). Sum of RGB (Red+Green+Blue) = 41+239+229=509 (67% of max value = 765). Red value is 41 (16.41% from 255 or 8.06% from 509); Green value is 239 (93.75% from 255 or 46.95% from 509); Blue value is 229 (89.84% from 255 or 44.99% from 509); Max value from RGB is 239 - color contains mainly: green. Hex color #29EFE5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29EFE5 is #D6101A. Grayscale: #B2B2B2. Windows color (decimal): -14028827 or 15068969. OLE color: 15068969.

HSL color Cylindrical-coordinate representation of color #29EFE5: hue angle of 176.97º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #29EFE5 is Cyan = 0.83, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.

Color convert

RGB41239229-
CMYK0.8300.040.06
HSL176.97º86.09%54.9%-
HSV(B)176.97º82.85%93.73%-
XYZ45.9267.8684.81-
YUV178.66156.429.81-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 8.06%
GREEN value IS 239 (93.75% from 255) = 46.95%
BLUE value IS 229 (89.84% from 255) = 44.99%
R=8.06%
G=46.95%
B=44.99%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal412392290.8300.040.06176.9786.0954.9
Hex29EFE553046b15637
Octal5135734512304626112667
Binary101001111011111110010110100110100110101100011010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29EFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,239,229); }

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

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

 a { background-color: rgb(41,239,229); }

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

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

 span { border-color: rgb(41,239,229); }

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