Html Css Color HEX #29EAC4 Turquoise

📋 copy color: '#29EAC4'

red 41 ◦ green 234 ◦ blue 196

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

Shades of Turquoise #29EAC4

Tints of Turquoise #29EAC4

RGB

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

 GREEN value IS 234 (91.8% from 255) = 49.68%

 BLUE value IS 196 (76.95% from 255) = 41.61%

R = 8.7%
G = 49.68%
B = 41.61%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.16

 K value IS 0.08

RGB Variations

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

Color information

#29EAC4 (or 0x29EAC4) is known color: Turquoise. HEX triplet: 29, EA and C4. RGB value is (41,234,196). Sum of RGB (Red+Green+Blue) = 41+234+196=471 (62% of max value = 765). Red value is 41 (16.41% from 255 or 8.70% from 471); Green value is 234 (91.80% from 255 or 49.68% from 471); Blue value is 196 (76.95% from 255 or 41.61% from 471); Max value from RGB is 234 - color contains mainly: green. Hex color #29EAC4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29EAC4 is #D6153B. Grayscale: #ABABAB. Windows color (decimal): -14030140 or 12905001. OLE color: 12905001.

HSL color Cylindrical-coordinate representation of color #29EAC4: hue angle of 168.19º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #29EAC4 is Cyan = 0.82, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB 41 234 196 -
CMYK 0.82 0 0.16 0.08
HSL 168.19º 0.82% 0.54% -
HSV(B) 168.19º 0.82% 0.92% -
XYZ 40.3 63.3 62.32 -
YUV 171.96 141.56 34.59 -
System Red Green Blue C M Y K H S L
Decimal 41 234 196 0.82 0 0.16 0.08 168.19 0.82 0.54
Hex 29 EA C4 52 0 10 8 A8 52 36
Octal 51 352 304 122 0 20 10 250 122 66
Binary 101001 11101010 11000100 1010010 0 10000 1000 10101000 1010010 110110

Color Harmonies of #29EAC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29EAC4

Black with #29EAC4

Text Example


Text Example

White with #29EAC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,234,196); }

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

background-color css

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

 a { background-color: rgb(41,234,196); }

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

border-color css

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

 span { border-color: rgb(41,234,196); }

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