Html Css Color HEX #29D8BA Turquoise

📋 copy color: '#29D8BA'

red 41 ◦ green 216 ◦ blue 186

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

Shades of Turquoise #29D8BA

Tints of Turquoise #29D8BA

RGB

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

 GREEN value IS 216 (84.77% from 255) = 48.76%

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

R = 9.26%
G = 48.76%
B = 41.99%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#29D8BA (or 0x29D8BA) is known color: Turquoise. HEX triplet: 29, D8 and BA. RGB value is (41,216,186). Sum of RGB (Red+Green+Blue) = 41+216+186=443 (58% of max value = 765). Red value is 41 (16.41% from 255 or 9.26% from 443); Green value is 216 (84.77% from 255 or 48.76% from 443); Blue value is 186 (73.05% from 255 or 41.99% from 443); Max value from RGB is 216 - color contains mainly: green. Hex color #29D8BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29D8BA is #D62745. Grayscale: #A0A0A0. Windows color (decimal): -14034758 or 12245033. OLE color: 12245033.

HSL color Cylindrical-coordinate representation of color #29D8BA: hue angle of 169.71º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #29D8BA is Cyan = 0.81, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB 41 216 186 -
CMYK 0.81 0 0.14 0.15
HSL 169.71º 0.69% 0.5% -
HSV(B) 169.71º 0.81% 0.85% -
XYZ 34.33 53.13 54.9 -
YUV 160.26 142.52 42.94 -
System Red Green Blue C M Y K H S L
Decimal 41 216 186 0.81 0 0.14 0.15 169.71 0.69 0.5
Hex 29 D8 BA 51 0 E F AA 45 32
Octal 51 330 272 121 0 16 17 252 105 62
Binary 101001 11011000 10111010 1010001 0 1110 1111 10101010 1000101 110010

Color Harmonies of #29D8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29D8BA

Black with #29D8BA

Text Example


Text Example

White with #29D8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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