Html Css Color HEX #29D8BB Turquoise

📋 copy color: '#29D8BB'

red 41 ◦ green 216 ◦ blue 187

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

Shades of Turquoise #29D8BB

Tints of Turquoise #29D8BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 42.12%

R = 9.23%
G = 48.65%
B = 42.12%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#29D8BB (or 0x29D8BB) is known color: Turquoise. HEX triplet: 29, D8 and BB. RGB value is (41,216,187). Sum of RGB (Red+Green+Blue) = 41+216+187=444 (58% of max value = 765). Red value is 41 (16.41% from 255 or 9.23% from 444); Green value is 216 (84.77% from 255 or 48.65% from 444); Blue value is 187 (73.44% from 255 or 42.12% from 444); Max value from RGB is 216 - color contains mainly: green. Hex color #29D8BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29D8BB is #D62744. Grayscale: #A0A0A0. Windows color (decimal): -14034757 or 12310569. OLE color: 12310569.

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

Color convert

RGB 41 216 187 -
CMYK 0.81 0 0.13 0.15
HSL 170.06º 0.69% 0.5% -
HSV(B) 170.06º 0.81% 0.85% -
XYZ 34.44 53.17 55.46 -
YUV 160.37 143.02 42.86 -
System Red Green Blue C M Y K H S L
Decimal 41 216 187 0.81 0 0.13 0.15 170.06 0.69 0.5
Hex 29 D8 BB 51 0 D F AA 45 32
Octal 51 330 273 121 0 15 17 252 105 62
Binary 101001 11011000 10111011 1010001 0 1101 1111 10101010 1000101 110010

Color Harmonies of #29D8BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29D8BB

Black with #29D8BB

Text Example


Text Example

White with #29D8BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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