Html Css Color HEX #29DDCE Turquoise

📋 copy color: '#29DDCE'

red 41 ◦ green 221 ◦ blue 206

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

Shades of Turquoise #29DDCE

Tints of Turquoise #29DDCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.02%

R = 8.76%
G = 47.22%
B = 44.02%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#29DDCE (or 0x29DDCE) is known color: Turquoise. HEX triplet: 29, DD and CE. RGB value is (41,221,206). Sum of RGB (Red+Green+Blue) = 41+221+206=468 (61% of max value = 765). Red value is 41 (16.41% from 255 or 8.76% from 468); Green value is 221 (86.72% from 255 or 47.22% from 468); Blue value is 206 (80.86% from 255 or 44.02% from 468); Max value from RGB is 221 - color contains mainly: green. Hex color #29DDCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29DDCE is #D62231. Grayscale: #A5A5A5. Windows color (decimal): -14033458 or 13557033. OLE color: 13557033.

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

Color convert

RGB 41 221 206 -
CMYK 0.81 0 0.07 0.13
HSL 175º 0.73% 0.51% -
HSV(B) 175º 0.81% 0.87% -
XYZ 37.91 56.64 67.33 -
YUV 165.47 150.87 39.22 -
System Red Green Blue C M Y K H S L
Decimal 41 221 206 0.81 0 0.07 0.13 175 0.73 0.51
Hex 29 DD CE 51 0 7 D AF 49 33
Octal 51 335 316 121 0 7 15 257 111 63
Binary 101001 11011101 11001110 1010001 0 111 1101 10101111 1001001 110011

Color Harmonies of #29DDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29DDCE

Black with #29DDCE

Text Example


Text Example

White with #29DDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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