Html Css Color HEX #29ECE2 Turquoise

📋 copy color: '#29ECE2'

red 41 ◦ green 236 ◦ blue 226

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

Shades of Turquoise #29ECE2

Tints of Turquoise #29ECE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 44.93%

R = 8.15%
G = 46.92%
B = 44.93%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#29ECE2 (or 0x29ECE2) is known color: Turquoise. HEX triplet: 29, EC and E2. RGB value is (41,236,226). Sum of RGB (Red+Green+Blue) = 41+236+226=503 (66% of max value = 765). Red value is 41 (16.41% from 255 or 8.15% from 503); Green value is 236 (92.58% from 255 or 46.92% from 503); Blue value is 226 (88.67% from 255 or 44.93% from 503); Max value from RGB is 236 - color contains mainly: green. Hex color #29ECE2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29ECE2 is #D6131D. Grayscale: #B0B0B0. Windows color (decimal): -14029598 or 14871593. OLE color: 14871593.

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

Color convert

RGB 41 236 226 -
CMYK 0.83 0 0.04 0.07
HSL 176.92º 0.84% 0.54% -
HSV(B) 176.92º 0.83% 0.93% -
XYZ 44.64 65.95 82.33 -
YUV 176.56 155.9 31.31 -
System Red Green Blue C M Y K H S L
Decimal 41 236 226 0.83 0 0.04 0.07 176.92 0.84 0.54
Hex 29 EC E2 53 0 4 7 B1 54 36
Octal 51 354 342 123 0 4 7 261 124 66
Binary 101001 11101100 11100010 1010011 0 100 111 10110001 1010100 110110

Color Harmonies of #29ECE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29ECE2

Black with #29ECE2

Text Example


Text Example

White with #29ECE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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