Html Css Color HEX #29E5BE Turquoise

📋 copy color: '#29E5BE'

red 41 ◦ green 229 ◦ blue 190

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

Shades of Turquoise #29E5BE

Tints of Turquoise #29E5BE

RGB

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

 GREEN value IS 229 (89.84% from 255) = 49.78%

 BLUE value IS 190 (74.61% from 255) = 41.3%

R = 8.91%
G = 49.78%
B = 41.3%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#29E5BE (or 0x29E5BE) is known color: Turquoise. HEX triplet: 29, E5 and BE. RGB value is (41,229,190). Sum of RGB (Red+Green+Blue) = 41+229+190=460 (60% of max value = 765). Red value is 41 (16.41% from 255 or 8.91% from 460); Green value is 229 (89.84% from 255 or 49.78% from 460); Blue value is 190 (74.61% from 255 or 41.30% from 460); Max value from RGB is 229 - color contains mainly: green. Hex color #29E5BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29E5BE is #D61A41. Grayscale: #A8A8A8. Windows color (decimal): -14031426 or 12510505. OLE color: 12510505.

HSL color Cylindrical-coordinate representation of color #29E5BE: hue angle of 167.55º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #29E5BE is Cyan = 0.82, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB 41 229 190 -
CMYK 0.82 0 0.17 0.10
HSL 167.55º 0.78% 0.53% -
HSV(B) 167.55º 0.82% 0.9% -
XYZ 38.23 60.23 58.33 -
YUV 168.34 140.22 37.17 -
System Red Green Blue C M Y K H S L
Decimal 41 229 190 0.82 0 0.17 0.10 167.55 0.78 0.53
Hex 29 E5 BE 52 0 11 A A8 4E 35
Octal 51 345 276 122 0 21 12 250 116 65
Binary 101001 11100101 10111110 1010010 0 10001 1010 10101000 1001110 110101

Color Harmonies of #29E5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29E5BE

Black with #29E5BE

Text Example


Text Example

White with #29E5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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