Html Css Color HEX #29ECB3 Turquoise

📋 copy color: '#29ECB3'

red 41 ◦ green 236 ◦ blue 179

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

Shades of Turquoise #29ECB3

Tints of Turquoise #29ECB3

RGB

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

 GREEN value IS 236 (92.58% from 255) = 51.75%

 BLUE value IS 179 (70.31% from 255) = 39.25%

R = 8.99%
G = 51.75%
B = 39.25%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#29ECB3 (or 0x29ECB3) is known color: Turquoise. HEX triplet: 29, EC and B3. RGB value is (41,236,179). Sum of RGB (Red+Green+Blue) = 41+236+179=456 (60% of max value = 765). Red value is 41 (16.41% from 255 or 8.99% from 456); Green value is 236 (92.58% from 255 or 51.75% from 456); Blue value is 179 (70.31% from 255 or 39.25% from 456); Max value from RGB is 236 - color contains mainly: green. Hex color #29ECB3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29ECB3 is #D6134C. Grayscale: #ABABAB. Windows color (decimal): -14029645 or 11791401. OLE color: 11791401.

HSL color Cylindrical-coordinate representation of color #29ECB3: hue angle of 162.46º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #29ECB3 is Cyan = 0.83, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB 41 236 179 -
CMYK 0.83 0 0.24 0.07
HSL 162.46º 0.84% 0.54% -
HSV(B) 162.46º 0.83% 0.93% -
XYZ 39.05 63.72 52.89 -
YUV 171.2 132.4 35.13 -
System Red Green Blue C M Y K H S L
Decimal 41 236 179 0.83 0 0.24 0.07 162.46 0.84 0.54
Hex 29 EC B3 53 0 18 7 A2 54 36
Octal 51 354 263 123 0 30 7 242 124 66
Binary 101001 11101100 10110011 1010011 0 11000 111 10100010 1010100 110110

Color Harmonies of #29ECB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29ECB3

Black with #29ECB3

Text Example


Text Example

White with #29ECB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,236,179); }

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

background-color css

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

 a { background-color: rgb(41,236,179); }

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

border-color css

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

 span { border-color: rgb(41,236,179); }

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