Html Css Color HEX #29D7BB Turquoise

📋 copy color: '#29D7BB'

red 41 ◦ green 215 ◦ blue 187

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

Shades of Turquoise #29D7BB

Tints of Turquoise #29D7BB

RGB

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

 GREEN value IS 215 (84.38% from 255) = 48.53%

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

R = 9.26%
G = 48.53%
B = 42.21%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#29D7BB (or 0x29D7BB) is known color: Turquoise. HEX triplet: 29, D7 and BB. RGB value is (41,215,187). Sum of RGB (Red+Green+Blue) = 41+215+187=443 (58% of max value = 765). Red value is 41 (16.41% from 255 or 9.26% from 443); Green value is 215 (84.38% from 255 or 48.53% from 443); Blue value is 187 (73.44% from 255 or 42.21% from 443); Max value from RGB is 215 - color contains mainly: green. Hex color #29D7BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29D7BB is #D62844. Grayscale: #9F9F9F. Windows color (decimal): -14035013 or 12310313. OLE color: 12310313.

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

Color convert

RGB 41 215 187 -
CMYK 0.81 0 0.13 0.16
HSL 170.34º 0.69% 0.5% -
HSV(B) 170.34º 0.81% 0.84% -
XYZ 34.18 52.66 55.38 -
YUV 159.78 143.35 43.28 -
System Red Green Blue C M Y K H S L
Decimal 41 215 187 0.81 0 0.13 0.16 170.34 0.69 0.5
Hex 29 D7 BB 51 0 D 10 AA 45 32
Octal 51 327 273 121 0 15 20 252 105 62
Binary 101001 11010111 10111011 1010001 0 1101 10000 10101010 1000101 110010

Color Harmonies of #29D7BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29D7BB

Black with #29D7BB

Text Example


Text Example

White with #29D7BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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