#29E5EF

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

Shades of Bright Turquoise #29E5EF

Tints of Bright Turquoise #29E5EF

Color information

#29E5EF (or 0x29E5EF) is unknown color: approx Bright Turquoise. HEX triplet: 29, E5 and EF. RGB value is (41,229,239). Sum of RGB (Red+Green+Blue) = 41+229+239=509 (67% of max value = 765). Red value is 41 (16.41% from 255 or 8.06% from 509); Green value is 229 (89.84% from 255 or 44.99% from 509); Blue value is 239 (93.75% from 255 or 46.95% from 509); Max value from RGB is 239 - color contains mainly: blue. Hex color #29E5EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #29E5EF is #D61A10. Grayscale: #ADADAD. Windows color (decimal): -14031377 or 15721769. OLE color: 15721769.

HSL color Cylindrical-coordinate representation of color #29E5EF: hue angle of 183.03º 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 #29E5EF is Cyan = 0.83, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB41229239-
CMYK0.830.0400.06
HSL183.03º86.09%54.9%-
HSV(B)183.03º82.85%93.73%-
XYZ44.5162.7491.43-
YUV173.93164.7233.19-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal412292390.830.0400.06183.0386.0954.9
Hex29E5EF53406b75637
Octal5134535712340626712667
Binary101001111001011110111110100111000110101101111010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29E5EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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