Html Css Color HEX #29D4DB Turquoise

📋 copy color: '#29D4DB'

red 41 ◦ green 212 ◦ blue 219

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

Shades of Turquoise #29D4DB

Tints of Turquoise #29D4DB

RGB

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

 GREEN value IS 212 (83.2% from 255) = 44.92%

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

R = 8.69%
G = 44.92%
B = 46.4%

CMYK

 C value IS 0.81

 M value IS 0.03

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#29D4DB (or 0x29D4DB) is known color: Turquoise. HEX triplet: 29, D4 and DB. RGB value is (41,212,219). Sum of RGB (Red+Green+Blue) = 41+212+219=472 (62% of max value = 765). Red value is 41 (16.41% from 255 or 8.69% from 472); Green value is 212 (83.20% from 255 or 44.92% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 219 - color contains mainly: blue. Hex color #29D4DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29D4DB is #D62B24. Grayscale: #A1A1A1. Windows color (decimal): -14035749 or 14406697. OLE color: 14406697.

HSL color Cylindrical-coordinate representation of color #29D4DB: hue angle of 182.36º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #29D4DB is Cyan = 0.81, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 41 212 219 -
CMYK 0.81 0.03 0 0.14
HSL 182.36º 0.71% 0.51% -
HSV(B) 182.36º 0.81% 0.86% -
XYZ 37.24 52.67 75.22 -
YUV 161.67 160.35 41.93 -
System Red Green Blue C M Y K H S L
Decimal 41 212 219 0.81 0.03 0 0.14 182.36 0.71 0.51
Hex 29 D4 DB 51 3 0 E B6 47 33
Octal 51 324 333 121 3 0 16 266 107 63
Binary 101001 11010100 11011011 1010001 11 0 1110 10110110 1000111 110011

Color Harmonies of #29D4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29D4DB

Black with #29D4DB

Text Example


Text Example

White with #29D4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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