Html Css Color HEX #29DDC8 Turquoise

📋 copy color: '#29DDC8'

red 41 ◦ green 221 ◦ blue 200

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

Shades of Turquoise #29DDC8

Tints of Turquoise #29DDC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 43.29%

R = 8.87%
G = 47.84%
B = 43.29%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#29DDC8 (or 0x29DDC8) is known color: Turquoise. HEX triplet: 29, DD and C8. RGB value is (41,221,200). Sum of RGB (Red+Green+Blue) = 41+221+200=462 (61% of max value = 765). Red value is 41 (16.41% from 255 or 8.87% from 462); Green value is 221 (86.72% from 255 or 47.84% from 462); Blue value is 200 (78.52% from 255 or 43.29% from 462); Max value from RGB is 221 - color contains mainly: green. Hex color #29DDC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29DDC8 is #D62237. Grayscale: #A4A4A4. Windows color (decimal): -14033464 or 13163817. OLE color: 13163817.

HSL color Cylindrical-coordinate representation of color #29DDC8: hue angle of 173º 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 #29DDC8 is Cyan = 0.81, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB 41 221 200 -
CMYK 0.81 0 0.10 0.13
HSL 173º 0.73% 0.51% -
HSV(B) 173º 0.81% 0.87% -
XYZ 37.2 56.35 63.56 -
YUV 164.79 147.87 39.71 -
System Red Green Blue C M Y K H S L
Decimal 41 221 200 0.81 0 0.10 0.13 173 0.73 0.51
Hex 29 DD C8 51 0 A D AD 49 33
Octal 51 335 310 121 0 12 15 255 111 63
Binary 101001 11011101 11001000 1010001 0 1010 1101 10101101 1001001 110011

Color Harmonies of #29DDC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29DDC8

Black with #29DDC8

Text Example


Text Example

White with #29DDC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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