Html Css Color HEX #29D6BB Turquoise

📋 copy color: '#29D6BB'

red 41 ◦ green 214 ◦ blue 187

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

Shades of Turquoise #29D6BB

Tints of Turquoise #29D6BB

RGB

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

 GREEN value IS 214 (83.98% from 255) = 48.42%

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

R = 9.28%
G = 48.42%
B = 42.31%

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

#29D6BB (or 0x29D6BB) is known color: Turquoise. HEX triplet: 29, D6 and BB. RGB value is (41,214,187). Sum of RGB (Red+Green+Blue) = 41+214+187=442 (58% of max value = 765). Red value is 41 (16.41% from 255 or 9.28% from 442); Green value is 214 (83.98% from 255 or 48.42% from 442); Blue value is 187 (73.44% from 255 or 42.31% from 442); Max value from RGB is 214 - color contains mainly: green. Hex color #29D6BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29D6BB is #D62944. Grayscale: #9F9F9F. Windows color (decimal): -14035269 or 12310057. OLE color: 12310057.

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

Color convert

RGB 41 214 187 -
CMYK 0.81 0 0.13 0.16
HSL 170.64º 0.68% 0.5% -
HSV(B) 170.64º 0.81% 0.84% -
XYZ 33.93 52.15 55.29 -
YUV 159.2 143.69 43.7 -
System Red Green Blue C M Y K H S L
Decimal 41 214 187 0.81 0 0.13 0.16 170.64 0.68 0.5
Hex 29 D6 BB 51 0 D 10 AB 44 32
Octal 51 326 273 121 0 15 20 253 104 62
Binary 101001 11010110 10111011 1010001 0 1101 10000 10101011 1000100 110010

Color Harmonies of #29D6BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29D6BB

Black with #29D6BB

Text Example


Text Example

White with #29D6BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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