Html Css Color HEX #29ECC4 Turquoise

📋 copy color: '#29ECC4'

red 41 ◦ green 236 ◦ blue 196

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

Shades of Turquoise #29ECC4

Tints of Turquoise #29ECC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 41.44%

R = 8.67%
G = 49.89%
B = 41.44%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#29ECC4 (or 0x29ECC4) is known color: Turquoise. HEX triplet: 29, EC and C4. RGB value is (41,236,196). Sum of RGB (Red+Green+Blue) = 41+236+196=473 (62% of max value = 765). Red value is 41 (16.41% from 255 or 8.67% from 473); Green value is 236 (92.58% from 255 or 49.89% from 473); Blue value is 196 (76.95% from 255 or 41.44% from 473); Max value from RGB is 236 - color contains mainly: green. Hex color #29ECC4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29ECC4 is #D6133B. Grayscale: #ADADAD. Windows color (decimal): -14029628 or 12905513. OLE color: 12905513.

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

Color convert

RGB 41 236 196 -
CMYK 0.83 0 0.17 0.07
HSL 167.69º 0.84% 0.54% -
HSV(B) 167.69º 0.83% 0.93% -
XYZ 40.87 64.45 62.51 -
YUV 173.14 140.9 33.75 -
System Red Green Blue C M Y K H S L
Decimal 41 236 196 0.83 0 0.17 0.07 167.69 0.84 0.54
Hex 29 EC C4 53 0 11 7 A8 54 36
Octal 51 354 304 123 0 21 7 250 124 66
Binary 101001 11101100 11000100 1010011 0 10001 111 10101000 1010100 110110

Color Harmonies of #29ECC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29ECC4

Black with #29ECC4

Text Example


Text Example

White with #29ECC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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