Html Css Color HEX #29D9CB Turquoise

📋 copy color: '#29D9CB'

red 41 ◦ green 217 ◦ blue 203

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

Shades of Turquoise #29D9CB

Tints of Turquoise #29D9CB

RGB

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

 GREEN value IS 217 (85.16% from 255) = 47.07%

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

R = 8.89%
G = 47.07%
B = 44.03%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#29D9CB (or 0x29D9CB) is known color: Turquoise. HEX triplet: 29, D9 and CB. RGB value is (41,217,203). Sum of RGB (Red+Green+Blue) = 41+217+203=461 (61% of max value = 765). Red value is 41 (16.41% from 255 or 8.89% from 461); Green value is 217 (85.16% from 255 or 47.07% from 461); Blue value is 203 (79.69% from 255 or 44.03% from 461); Max value from RGB is 217 - color contains mainly: green. Hex color #29D9CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29D9CB is #D62634. Grayscale: #A2A2A2. Windows color (decimal): -14034485 or 13359401. OLE color: 13359401.

HSL color Cylindrical-coordinate representation of color #29D9CB: hue angle of 175.23º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #29D9CB is Cyan = 0.81, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 41 217 203 -
CMYK 0.81 0 0.06 0.15
HSL 175.23º 0.7% 0.51% -
HSV(B) 175.23º 0.81% 0.85% -
XYZ 36.51 54.41 65.08 -
YUV 162.78 150.69 41.14 -
System Red Green Blue C M Y K H S L
Decimal 41 217 203 0.81 0 0.06 0.15 175.23 0.7 0.51
Hex 29 D9 CB 51 0 6 F AF 46 33
Octal 51 331 313 121 0 6 17 257 106 63
Binary 101001 11011001 11001011 1010001 0 110 1111 10101111 1000110 110011

Color Harmonies of #29D9CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29D9CB

Black with #29D9CB

Text Example


Text Example

White with #29D9CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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