#29EEEC

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

Shades of Bright Turquoise #29EEEC

Tints of Bright Turquoise #29EEEC

Color information

#29EEEC (or 0x29EEEC) is unknown color: approx Bright Turquoise. HEX triplet: 29, EE and EC. RGB value is (41,238,236). Sum of RGB (Red+Green+Blue) = 41+238+236=515 (68% of max value = 765). Red value is 41 (16.41% from 255 or 7.96% from 515); Green value is 238 (93.36% from 255 or 46.21% from 515); Blue value is 236 (92.58% from 255 or 45.83% from 515); Max value from RGB is 238 - color contains mainly: green. Hex color #29EEEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #29EEEC is #D61113. Grayscale: #B2B2B2. Windows color (decimal): -14029076 or 15527465. OLE color: 15527465.

HSL color Cylindrical-coordinate representation of color #29EEEC: hue angle of 179.39º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #29EEEC is Cyan = 0.83, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB41238236-
CMYK0.8300.010.07
HSL179.39º85.28%54.71%-
HSV(B)179.39º82.77%93.33%-
XYZ46.6367.6889.96-
YUV178.87160.2329.66-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 7.96%
GREEN value IS 238 (93.36% from 255) = 46.21%
BLUE value IS 236 (92.58% from 255) = 45.83%
R=7.96%
G=46.21%
B=45.83%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal412382360.8300.010.07179.3985.2854.71
Hex29EEEC53017b35537
Octal5135635412301726312567
Binary1010011110111011101100101001101111101100111010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29EEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,238,236); }

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

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

 a { background-color: rgb(41,238,236); }

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

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

 span { border-color: rgb(41,238,236); }

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