Html Css Color HEX #29EFB5 Turquoise

📋 copy color: '#29EFB5'

red 41 ◦ green 239 ◦ blue 181

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

Shades of Turquoise #29EFB5

Tints of Turquoise #29EFB5

RGB

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

 GREEN value IS 239 (93.75% from 255) = 51.84%

 BLUE value IS 181 (71.09% from 255) = 39.26%

R = 8.89%
G = 51.84%
B = 39.26%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.24

 K value IS 0.06

RGB Variations

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

Color information

#29EFB5 (or 0x29EFB5) is known color: Turquoise. HEX triplet: 29, EF and B5. RGB value is (41,239,181). Sum of RGB (Red+Green+Blue) = 41+239+181=461 (61% of max value = 765). Red value is 41 (16.41% from 255 or 8.89% from 461); Green value is 239 (93.75% from 255 or 51.84% from 461); Blue value is 181 (71.09% from 255 or 39.26% from 461); Max value from RGB is 239 - color contains mainly: green. Hex color #29EFB5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29EFB5 is #D6104A. Grayscale: #ADADAD. Windows color (decimal): -14028875 or 11923241. OLE color: 11923241.

HSL color Cylindrical-coordinate representation of color #29EFB5: hue angle of 162.42º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #29EFB5 is Cyan = 0.83, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.06.

Color convert

RGB 41 239 181 -
CMYK 0.83 0 0.24 0.06
HSL 162.42º 0.86% 0.55% -
HSV(B) 162.42º 0.83% 0.94% -
XYZ 40.12 65.54 54.25 -
YUV 173.19 132.4 33.72 -
System Red Green Blue C M Y K H S L
Decimal 41 239 181 0.83 0 0.24 0.06 162.42 0.86 0.55
Hex 29 EF B5 53 0 18 6 A2 56 37
Octal 51 357 265 123 0 30 6 242 126 67
Binary 101001 11101111 10110101 1010011 0 11000 110 10100010 1010110 110111

Color Harmonies of #29EFB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29EFB5

Black with #29EFB5

Text Example


Text Example

White with #29EFB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,239,181); }

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

background-color css

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

 a { background-color: rgb(41,239,181); }

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

border-color css

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

 span { border-color: rgb(41,239,181); }

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