Html Css Color HEX #29DDC5 Turquoise

📋 copy color: '#29DDC5'

red 41 ◦ green 221 ◦ blue 197

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

Shades of Turquoise #29DDC5

Tints of Turquoise #29DDC5

RGB

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

 GREEN value IS 221 (86.72% from 255) = 48.15%

 BLUE value IS 197 (77.34% from 255) = 42.92%

R = 8.93%
G = 48.15%
B = 42.92%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#29DDC5 (or 0x29DDC5) is known color: Turquoise. HEX triplet: 29, DD and C5. RGB value is (41,221,197). Sum of RGB (Red+Green+Blue) = 41+221+197=459 (60% of max value = 765). Red value is 41 (16.41% from 255 or 8.93% from 459); Green value is 221 (86.72% from 255 or 48.15% from 459); Blue value is 197 (77.34% from 255 or 42.92% from 459); Max value from RGB is 221 - color contains mainly: green. Hex color #29DDC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29DDC5 is #D6223A. Grayscale: #A4A4A4. Windows color (decimal): -14033467 or 12967209. OLE color: 12967209.

HSL color Cylindrical-coordinate representation of color #29DDC5: hue angle of 172º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #29DDC5 is Cyan = 0.81, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB 41 221 197 -
CMYK 0.81 0 0.11 0.13
HSL 172º 0.73% 0.51% -
HSV(B) 172º 0.81% 0.87% -
XYZ 36.85 56.22 61.73 -
YUV 164.44 146.37 39.95 -
System Red Green Blue C M Y K H S L
Decimal 41 221 197 0.81 0 0.11 0.13 172 0.73 0.51
Hex 29 DD C5 51 0 B D AC 49 33
Octal 51 335 305 121 0 13 15 254 111 63
Binary 101001 11011101 11000101 1010001 0 1011 1101 10101100 1001001 110011

Color Harmonies of #29DDC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29DDC5

Black with #29DDC5

Text Example


Text Example

White with #29DDC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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