Html Css Color HEX #29EAC5 Turquoise

📋 copy color: '#29EAC5'

red 41 ◦ green 234 ◦ blue 197

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

Shades of Turquoise #29EAC5

Tints of Turquoise #29EAC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 41.74%

R = 8.69%
G = 49.58%
B = 41.74%

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

#29EAC5 (or 0x29EAC5) is known color: Turquoise. HEX triplet: 29, EA and C5. RGB value is (41,234,197). Sum of RGB (Red+Green+Blue) = 41+234+197=472 (62% of max value = 765). Red value is 41 (16.41% from 255 or 8.69% from 472); Green value is 234 (91.80% from 255 or 49.58% from 472); Blue value is 197 (77.34% from 255 or 41.74% from 472); Max value from RGB is 234 - color contains mainly: green. Hex color #29EAC5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29EAC5 is #D6153A. Grayscale: #ACACAC. Windows color (decimal): -14030139 or 12970537. OLE color: 12970537.

HSL color Cylindrical-coordinate representation of color #29EAC5: hue angle of 168.5º 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 #29EAC5 is Cyan = 0.82, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB 41 234 197 -
CMYK 0.82 0 0.16 0.08
HSL 168.5º 0.82% 0.54% -
HSV(B) 168.5º 0.82% 0.92% -
XYZ 40.42 63.35 62.92 -
YUV 172.08 142.06 34.51 -
System Red Green Blue C M Y K H S L
Decimal 41 234 197 0.82 0 0.16 0.08 168.5 0.82 0.54
Hex 29 EA C5 52 0 10 8 A8 52 36
Octal 51 352 305 122 0 20 10 250 122 66
Binary 101001 11101010 11000101 1010010 0 10000 1000 10101000 1010010 110110

Color Harmonies of #29EAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29EAC5

Black with #29EAC5

Text Example


Text Example

White with #29EAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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