Html Css Color HEX #29E1BA Turquoise

📋 copy color: '#29E1BA'

red 41 ◦ green 225 ◦ blue 186

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

Shades of Turquoise #29E1BA

Tints of Turquoise #29E1BA

RGB

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

 GREEN value IS 225 (88.28% from 255) = 49.78%

 BLUE value IS 186 (73.05% from 255) = 41.15%

R = 9.07%
G = 49.78%
B = 41.15%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#29E1BA (or 0x29E1BA) is known color: Turquoise. HEX triplet: 29, E1 and BA. RGB value is (41,225,186). Sum of RGB (Red+Green+Blue) = 41+225+186=452 (59% of max value = 765). Red value is 41 (16.41% from 255 or 9.07% from 452); Green value is 225 (88.28% from 255 or 49.78% from 452); Blue value is 186 (73.05% from 255 or 41.15% from 452); Max value from RGB is 225 - color contains mainly: green. Hex color #29E1BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29E1BA is #D61E45. Grayscale: #A5A5A5. Windows color (decimal): -14032454 or 12247337. OLE color: 12247337.

HSL color Cylindrical-coordinate representation of color #29E1BA: hue angle of 167.28º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #29E1BA is Cyan = 0.82, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB 41 225 186 -
CMYK 0.82 0 0.17 0.12
HSL 167.28º 0.75% 0.52% -
HSV(B) 167.28º 0.82% 0.88% -
XYZ 36.7 57.87 55.69 -
YUV 165.54 139.54 39.17 -
System Red Green Blue C M Y K H S L
Decimal 41 225 186 0.82 0 0.17 0.12 167.28 0.75 0.52
Hex 29 E1 BA 52 0 11 C A7 4B 34
Octal 51 341 272 122 0 21 14 247 113 64
Binary 101001 11100001 10111010 1010010 0 10001 1100 10100111 1001011 110100

Color Harmonies of #29E1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29E1BA

Black with #29E1BA

Text Example


Text Example

White with #29E1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,225,186); }

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

background-color css

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

 a { background-color: rgb(41,225,186); }

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

border-color css

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

 span { border-color: rgb(41,225,186); }

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