Html Css Color HEX #29ECCC Turquoise

📋 copy color: '#29ECCC'

red 41 ◦ green 236 ◦ blue 204

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

Shades of Turquoise #29ECCC

Tints of Turquoise #29ECCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.41%

R = 8.52%
G = 49.06%
B = 42.41%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#29ECCC (or 0x29ECCC) is known color: Turquoise. HEX triplet: 29, EC and CC. RGB value is (41,236,204). Sum of RGB (Red+Green+Blue) = 41+236+204=481 (63% of max value = 765). Red value is 41 (16.41% from 255 or 8.52% from 481); Green value is 236 (92.58% from 255 or 49.06% from 481); Blue value is 204 (80.08% from 255 or 42.41% from 481); Max value from RGB is 236 - color contains mainly: green. Hex color #29ECCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29ECCC is #D61333. Grayscale: #ADADAD. Windows color (decimal): -14029620 or 13429801. OLE color: 13429801.

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

Color convert

RGB 41 236 204 -
CMYK 0.83 0 0.14 0.07
HSL 170.15º 0.84% 0.54% -
HSV(B) 170.15º 0.83% 0.93% -
XYZ 41.81 64.82 67.44 -
YUV 174.05 144.9 33.1 -
System Red Green Blue C M Y K H S L
Decimal 41 236 204 0.83 0 0.14 0.07 170.15 0.84 0.54
Hex 29 EC CC 53 0 E 7 AA 54 36
Octal 51 354 314 123 0 16 7 252 124 66
Binary 101001 11101100 11001100 1010011 0 1110 111 10101010 1010100 110110

Color Harmonies of #29ECCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29ECCC

Black with #29ECCC

Text Example


Text Example

White with #29ECCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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