Html Css Color HEX #29D8BC Turquoise

📋 copy color: '#29D8BC'

red 41 ◦ green 216 ◦ blue 188

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

Shades of Turquoise #29D8BC

Tints of Turquoise #29D8BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 42.25%

R = 9.21%
G = 48.54%
B = 42.25%

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

#29D8BC (or 0x29D8BC) is known color: Turquoise. HEX triplet: 29, D8 and BC. RGB value is (41,216,188). Sum of RGB (Red+Green+Blue) = 41+216+188=445 (58% of max value = 765). Red value is 41 (16.41% from 255 or 9.21% from 445); Green value is 216 (84.77% from 255 or 48.54% from 445); Blue value is 188 (73.83% from 255 or 42.25% from 445); Max value from RGB is 216 - color contains mainly: green. Hex color #29D8BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29D8BC is #D62743. Grayscale: #A0A0A0. Windows color (decimal): -14034756 or 12376105. OLE color: 12376105.

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

Color convert

RGB 41 216 188 -
CMYK 0.81 0 0.13 0.15
HSL 170.4º 0.69% 0.5% -
HSV(B) 170.4º 0.81% 0.85% -
XYZ 34.55 53.21 56.03 -
YUV 160.48 143.52 42.78 -
System Red Green Blue C M Y K H S L
Decimal 41 216 188 0.81 0 0.13 0.15 170.4 0.69 0.5
Hex 29 D8 BC 51 0 D F AA 45 32
Octal 51 330 274 121 0 15 17 252 105 62
Binary 101001 11011000 10111100 1010001 0 1101 1111 10101010 1000101 110010

Color Harmonies of #29D8BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29D8BC

Black with #29D8BC

Text Example


Text Example

White with #29D8BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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