Html Css Color HEX #29EEDE Turquoise

📋 copy color: '#29EEDE'

red 41 ◦ green 238 ◦ blue 222

#29EEDE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise #29EEDE

Tints of Turquoise #29EEDE

RGB

 RED value IS 41 (16.41% from 255) = 8.18%

 GREEN value IS 238 (93.36% from 255) = 47.5%

 BLUE value IS 222 (87.11% from 255) = 44.31%

R = 8.18%
G = 47.5%
B = 44.31%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#29EEDE (or 0x29EEDE) is known color: Turquoise. HEX triplet: 29, EE and DE. RGB value is (41,238,222). Sum of RGB (Red+Green+Blue) = 41+238+222=501 (66% of max value = 765). Red value is 41 (16.41% from 255 or 8.18% from 501); Green value is 238 (93.36% from 255 or 47.50% from 501); Blue value is 222 (87.11% from 255 or 44.31% from 501); Max value from RGB is 238 - color contains mainly: green. Hex color #29EEDE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29EEDE is #D61121. Grayscale: #B1B1B1. Windows color (decimal): -14029090 or 14609961. OLE color: 14609961.

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

Color convert

RGB 41 238 222 -
CMYK 0.83 0 0.07 0.07
HSL 175.13º 0.85% 0.55% -
HSV(B) 175.13º 0.83% 0.93% -
XYZ 44.67 66.89 79.66 -
YUV 177.27 153.23 30.8 -
System Red Green Blue C M Y K H S L
Decimal 41 238 222 0.83 0 0.07 0.07 175.13 0.85 0.55
Hex 29 EE DE 53 0 7 7 AF 55 37
Octal 51 356 336 123 0 7 7 257 125 67
Binary 101001 11101110 11011110 1010011 0 111 111 10101111 1010101 110111

Color Harmonies of #29EEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29EEDE

Black with #29EEDE

Text Example


Text Example

White with #29EEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #29EEDE;
 }
 .AnyTagClassName
 {
   color: #29EEDE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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