Html Css Color HEX #29ECBF Turquoise

📋 copy color: '#29ECBF'

red 41 ◦ green 236 ◦ blue 191

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

Shades of Turquoise #29ECBF

Tints of Turquoise #29ECBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 40.81%

R = 8.76%
G = 50.43%
B = 40.81%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#29ECBF (or 0x29ECBF) is known color: Turquoise. HEX triplet: 29, EC and BF. RGB value is (41,236,191). Sum of RGB (Red+Green+Blue) = 41+236+191=468 (61% of max value = 765). Red value is 41 (16.41% from 255 or 8.76% from 468); Green value is 236 (92.58% from 255 or 50.43% from 468); Blue value is 191 (75% from 255 or 40.81% from 468); Max value from RGB is 236 - color contains mainly: green. Hex color #29ECBF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29ECBF is #D61340. Grayscale: #ACACAC. Windows color (decimal): -14029633 or 12577833. OLE color: 12577833.

HSL color Cylindrical-coordinate representation of color #29ECBF: hue angle of 166.15º 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 #29ECBF is Cyan = 0.83, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB 41 236 191 -
CMYK 0.83 0 0.19 0.07
HSL 166.15º 0.84% 0.54% -
HSV(B) 166.15º 0.83% 0.93% -
XYZ 40.31 64.22 59.56 -
YUV 172.57 138.4 34.16 -
System Red Green Blue C M Y K H S L
Decimal 41 236 191 0.83 0 0.19 0.07 166.15 0.84 0.54
Hex 29 EC BF 53 0 13 7 A6 54 36
Octal 51 354 277 123 0 23 7 246 124 66
Binary 101001 11101100 10111111 1010011 0 10011 111 10100110 1010100 110110

Color Harmonies of #29ECBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29ECBF

Black with #29ECBF

Text Example


Text Example

White with #29ECBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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