Html Css Color HEX #29DFBA Turquoise

📋 copy color: '#29DFBA'

red 41 ◦ green 223 ◦ blue 186

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

Shades of Turquoise #29DFBA

Tints of Turquoise #29DFBA

RGB

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

 GREEN value IS 223 (87.5% from 255) = 49.56%

 BLUE value IS 186 (73.05% from 255) = 41.33%

R = 9.11%
G = 49.56%
B = 41.33%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#29DFBA (or 0x29DFBA) is known color: Turquoise. HEX triplet: 29, DF and BA. RGB value is (41,223,186). Sum of RGB (Red+Green+Blue) = 41+223+186=450 (59% of max value = 765). Red value is 41 (16.41% from 255 or 9.11% from 450); Green value is 223 (87.5% from 255 or 49.56% from 450); Blue value is 186 (73.05% from 255 or 41.33% from 450); Max value from RGB is 223 - color contains mainly: green. Hex color #29DFBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29DFBA is #D62045. Grayscale: #A4A4A4. Windows color (decimal): -14032966 or 12246825. OLE color: 12246825.

HSL color Cylindrical-coordinate representation of color #29DFBA: hue angle of 167.8º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #29DFBA is Cyan = 0.82, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB 41 223 186 -
CMYK 0.82 0 0.17 0.13
HSL 167.8º 0.74% 0.52% -
HSV(B) 167.8º 0.82% 0.87% -
XYZ 36.17 56.79 55.51 -
YUV 164.36 140.2 40.01 -
System Red Green Blue C M Y K H S L
Decimal 41 223 186 0.82 0 0.17 0.13 167.8 0.74 0.52
Hex 29 DF BA 52 0 11 D A8 4A 34
Octal 51 337 272 122 0 21 15 250 112 64
Binary 101001 11011111 10111010 1010010 0 10001 1101 10101000 1001010 110100

Color Harmonies of #29DFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29DFBA

Black with #29DFBA

Text Example


Text Example

White with #29DFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,223,186); }

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

background-color css

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

 a { background-color: rgb(41,223,186); }

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

border-color css

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

 span { border-color: rgb(41,223,186); }

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