Html Css Color HEX #29DDD4 Turquoise

📋 copy color: '#29DDD4'

red 41 ◦ green 221 ◦ blue 212

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

Shades of Turquoise #29DDD4

Tints of Turquoise #29DDD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 44.73%

R = 8.65%
G = 46.62%
B = 44.73%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#29DDD4 (or 0x29DDD4) is known color: Turquoise. HEX triplet: 29, DD and D4. RGB value is (41,221,212). Sum of RGB (Red+Green+Blue) = 41+221+212=474 (62% of max value = 765). Red value is 41 (16.41% from 255 or 8.65% from 474); Green value is 221 (86.72% from 255 or 46.62% from 474); Blue value is 212 (83.20% from 255 or 44.73% from 474); Max value from RGB is 221 - color contains mainly: green. Hex color #29DDD4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29DDD4 is #D6222B. Grayscale: #A6A6A6. Windows color (decimal): -14033452 or 13950249. OLE color: 13950249.

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

Color convert

RGB 41 221 212 -
CMYK 0.81 0 0.04 0.13
HSL 177º 0.73% 0.51% -
HSV(B) 177º 0.81% 0.87% -
XYZ 38.65 56.94 71.24 -
YUV 166.15 153.87 38.73 -
System Red Green Blue C M Y K H S L
Decimal 41 221 212 0.81 0 0.04 0.13 177 0.73 0.51
Hex 29 DD D4 51 0 4 D B1 49 33
Octal 51 335 324 121 0 4 15 261 111 63
Binary 101001 11011101 11010100 1010001 0 100 1101 10110001 1001001 110011

Color Harmonies of #29DDD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29DDD4

Black with #29DDD4

Text Example


Text Example

White with #29DDD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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