#29EEEF

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

Shades of Bright Turquoise #29EEEF

Tints of Bright Turquoise #29EEEF

Color information

#29EEEF (or 0x29EEEF) is unknown color: approx Bright Turquoise. HEX triplet: 29, EE and EF. RGB value is (41,238,239). Sum of RGB (Red+Green+Blue) = 41+238+239=518 (68% of max value = 765). Red value is 41 (16.41% from 255 or 7.92% from 518); Green value is 238 (93.36% from 255 or 45.95% from 518); Blue value is 239 (93.75% from 255 or 46.14% from 518); Max value from RGB is 239 - color contains mainly: blue. Hex color #29EEEF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #29EEEF is #D61110. Grayscale: #B3B3B3. Windows color (decimal): -14029073 or 15724073. OLE color: 15724073.

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

Color convert

RGB41238239-
CMYK0.830.0000.06
HSL180.3º86.09%54.9%-
HSV(B)180.3º82.85%93.73%-
XYZ47.0767.8592.28-
YUV179.21161.7329.42-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 7.92%
GREEN value IS 238 (93.36% from 255) = 45.95%
BLUE value IS 239 (93.75% from 255) = 46.14%
R=7.92%
G=45.95%
B=46.14%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal412382390.830.0000.06180.386.0954.9
Hex29EEEF53006b45637
Octal5135635712300626412667
Binary1010011110111011101111101001100110101101001010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29EEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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