Html Css Color HEX #29DCBA Turquoise

📋 copy color: '#29DCBA'

red 41 ◦ green 220 ◦ blue 186

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

Shades of Turquoise #29DCBA

Tints of Turquoise #29DCBA

RGB

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

 GREEN value IS 220 (86.33% from 255) = 49.22%

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

R = 9.17%
G = 49.22%
B = 41.61%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#29DCBA (or 0x29DCBA) is known color: Turquoise. HEX triplet: 29, DC and BA. RGB value is (41,220,186). Sum of RGB (Red+Green+Blue) = 41+220+186=447 (59% of max value = 765). Red value is 41 (16.41% from 255 or 9.17% from 447); Green value is 220 (86.33% from 255 or 49.22% from 447); Blue value is 186 (73.05% from 255 or 41.61% from 447); Max value from RGB is 220 - color contains mainly: green. Hex color #29DCBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29DCBA is #D62345. Grayscale: #A2A2A2. Windows color (decimal): -14033734 or 12246057. OLE color: 12246057.

HSL color Cylindrical-coordinate representation of color #29DCBA: hue angle of 168.6º degrees, saturation: 0.72, 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 #29DCBA is Cyan = 0.81, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 41 220 186 -
CMYK 0.81 0 0.15 0.14
HSL 168.6º 0.72% 0.51% -
HSV(B) 168.6º 0.81% 0.86% -
XYZ 35.37 55.2 55.25 -
YUV 162.6 141.2 41.26 -
System Red Green Blue C M Y K H S L
Decimal 41 220 186 0.81 0 0.15 0.14 168.6 0.72 0.51
Hex 29 DC BA 51 0 F E A9 48 33
Octal 51 334 272 121 0 17 16 251 110 63
Binary 101001 11011100 10111010 1010001 0 1111 1110 10101001 1001000 110011

Color Harmonies of #29DCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29DCBA

Black with #29DCBA

Text Example


Text Example

White with #29DCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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