Html Css Color HEX #29C5C6 Medium Turquoise

📋 copy color: '#29C5C6'

red 41 ◦ green 197 ◦ blue 198

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

Shades of Medium Turquoise #29C5C6

Tints of Medium Turquoise #29C5C6

RGB

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

 GREEN value IS 197 (77.34% from 255) = 45.18%

 BLUE value IS 198 (77.73% from 255) = 45.41%

R = 9.4%
G = 45.18%
B = 45.41%

CMYK

 C value IS 0.79

 M value IS 0.01

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#29C5C6 (or 0x29C5C6) is known color: Medium Turquoise. HEX triplet: 29, C5 and C6. RGB value is (41,197,198). Sum of RGB (Red+Green+Blue) = 41+197+198=436 (57% of max value = 765). Red value is 41 (16.41% from 255 or 9.40% from 436); Green value is 197 (77.34% from 255 or 45.18% from 436); Blue value is 198 (77.73% from 255 or 45.41% from 436); Max value from RGB is 198 - color contains mainly: blue. Hex color #29C5C6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29C5C6 is #D63A39. Grayscale: #969696. Windows color (decimal): -14039610 or 13026601. OLE color: 13026601.

HSL color Cylindrical-coordinate representation of color #29C5C6: hue angle of 180.38º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #29C5C6 is Cyan = 0.79, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 41 197 198 -
CMYK 0.79 0.01 0 0.22
HSL 180.38º 0.66% 0.47% -
HSV(B) 180.38º 0.79% 0.78% -
XYZ 31.07 44.48 60.37 -
YUV 150.47 154.82 49.92 -
System Red Green Blue C M Y K H S L
Decimal 41 197 198 0.79 0.01 0 0.22 180.38 0.66 0.47
Hex 29 C5 C6 4F 1 0 16 B4 42 2F
Octal 51 305 306 117 1 0 26 264 102 57
Binary 101001 11000101 11000110 1001111 1 0 10110 10110100 1000010 101111

Color Harmonies of #29C5C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29C5C6

Black with #29C5C6

Text Example


Text Example

White with #29C5C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,197,198); }

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

background-color css

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

 a { background-color: rgb(41,197,198); }

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

border-color css

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

 span { border-color: rgb(41,197,198); }

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