Html Css Color HEX #29C7CB Medium Turquoise

📋 copy color: '#29C7CB'

red 41 ◦ green 199 ◦ blue 203

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

Shades of Medium Turquoise #29C7CB

Tints of Medium Turquoise #29C7CB

RGB

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

 GREEN value IS 199 (78.13% from 255) = 44.92%

 BLUE value IS 203 (79.69% from 255) = 45.82%

R = 9.26%
G = 44.92%
B = 45.82%

CMYK

 C value IS 0.80

 M value IS 0.02

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#29C7CB (or 0x29C7CB) is known color: Medium Turquoise. HEX triplet: 29, C7 and CB. RGB value is (41,199,203). Sum of RGB (Red+Green+Blue) = 41+199+203=443 (58% of max value = 765). Red value is 41 (16.41% from 255 or 9.26% from 443); Green value is 199 (78.12% from 255 or 44.92% from 443); Blue value is 203 (79.69% from 255 or 45.82% from 443); Max value from RGB is 203 - color contains mainly: blue. Hex color #29C7CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29C7CB is #D63834. Grayscale: #989898. Windows color (decimal): -14039093 or 13354793. OLE color: 13354793.

HSL color Cylindrical-coordinate representation of color #29C7CB: hue angle of 181.48º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29C7CB is Cyan = 0.80, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 41 199 203 -
CMYK 0.80 0.02 0 0.20
HSL 181.48º 0.66% 0.48% -
HSV(B) 181.48º 0.8% 0.8% -
XYZ 32.12 45.63 63.61 -
YUV 152.21 156.65 48.67 -
System Red Green Blue C M Y K H S L
Decimal 41 199 203 0.80 0.02 0 0.20 181.48 0.66 0.48
Hex 29 C7 CB 50 2 0 14 B5 42 30
Octal 51 307 313 120 2 0 24 265 102 60
Binary 101001 11000111 11001011 1010000 10 0 10100 10110101 1000010 110000

Color Harmonies of #29C7CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29C7CB

Black with #29C7CB

Text Example


Text Example

White with #29C7CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,199,203); }

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

background-color css

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

 a { background-color: rgb(41,199,203); }

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

border-color css

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

 span { border-color: rgb(41,199,203); }

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