Html Css Color HEX #29DDDB Turquoise

📋 copy color: '#29DDDB'

red 41 ◦ green 221 ◦ blue 219

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

Shades of Turquoise #29DDDB

Tints of Turquoise #29DDDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.53%

R = 8.52%
G = 45.95%
B = 45.53%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#29DDDB (or 0x29DDDB) is known color: Turquoise. HEX triplet: 29, DD and DB. RGB value is (41,221,219). Sum of RGB (Red+Green+Blue) = 41+221+219=481 (63% of max value = 765). Red value is 41 (16.41% from 255 or 8.52% from 481); Green value is 221 (86.72% from 255 or 45.95% from 481); Blue value is 219 (85.94% from 255 or 45.53% from 481); Max value from RGB is 221 - color contains mainly: green. Hex color #29DDDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29DDDB is #D62224. Grayscale: #A6A6A6. Windows color (decimal): -14033445 or 14409001. OLE color: 14409001.

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

Color convert

RGB 41 221 219 -
CMYK 0.81 0 0.01 0.13
HSL 179.33º 0.73% 0.51% -
HSV(B) 179.33º 0.81% 0.87% -
XYZ 39.56 57.3 75.99 -
YUV 166.95 157.37 38.16 -
System Red Green Blue C M Y K H S L
Decimal 41 221 219 0.81 0 0.01 0.13 179.33 0.73 0.51
Hex 29 DD DB 51 0 1 D B3 49 33
Octal 51 335 333 121 0 1 15 263 111 63
Binary 101001 11011101 11011011 1010001 0 1 1101 10110011 1001001 110011

Color Harmonies of #29DDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29DDDB

Black with #29DDDB

Text Example


Text Example

White with #29DDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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