Html Css Color HEX #29ECBE Turquoise

📋 copy color: '#29ECBE'

red 41 ◦ green 236 ◦ blue 190

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

Shades of Turquoise #29ECBE

Tints of Turquoise #29ECBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.69%

R = 8.78%
G = 50.54%
B = 40.69%

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

#29ECBE (or 0x29ECBE) is known color: Turquoise. HEX triplet: 29, EC and BE. RGB value is (41,236,190). Sum of RGB (Red+Green+Blue) = 41+236+190=467 (61% of max value = 765). Red value is 41 (16.41% from 255 or 8.78% from 467); Green value is 236 (92.58% from 255 or 50.54% from 467); Blue value is 190 (74.61% from 255 or 40.69% from 467); Max value from RGB is 236 - color contains mainly: green. Hex color #29ECBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29ECBE is #D61341. Grayscale: #ACACAC. Windows color (decimal): -14029634 or 12512297. OLE color: 12512297.

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

Color convert

RGB 41 236 190 -
CMYK 0.83 0 0.19 0.07
HSL 165.85º 0.84% 0.54% -
HSV(B) 165.85º 0.83% 0.93% -
XYZ 40.2 64.18 58.98 -
YUV 172.45 137.9 34.24 -
System Red Green Blue C M Y K H S L
Decimal 41 236 190 0.83 0 0.19 0.07 165.85 0.84 0.54
Hex 29 EC BE 53 0 13 7 A6 54 36
Octal 51 354 276 123 0 23 7 246 124 66
Binary 101001 11101100 10111110 1010011 0 10011 111 10100110 1010100 110110

Color Harmonies of #29ECBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29ECBE

Black with #29ECBE

Text Example


Text Example

White with #29ECBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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