Html Css Color HEX #29D8C0 Turquoise

📋 copy color: '#29D8C0'

red 41 ◦ green 216 ◦ blue 192

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

Shades of Turquoise #29D8C0

Tints of Turquoise #29D8C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 42.76%

R = 9.13%
G = 48.11%
B = 42.76%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#29D8C0 (or 0x29D8C0) is known color: Turquoise. HEX triplet: 29, D8 and C0. RGB value is (41,216,192). Sum of RGB (Red+Green+Blue) = 41+216+192=449 (59% of max value = 765). Red value is 41 (16.41% from 255 or 9.13% from 449); Green value is 216 (84.77% from 255 or 48.11% from 449); Blue value is 192 (75.39% from 255 or 42.76% from 449); Max value from RGB is 216 - color contains mainly: green. Hex color #29D8C0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29D8C0 is #D6273F. Grayscale: #A0A0A0. Windows color (decimal): -14034752 or 12638249. OLE color: 12638249.

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

Color convert

RGB 41 216 192 -
CMYK 0.81 0 0.11 0.15
HSL 171.77º 0.69% 0.5% -
HSV(B) 171.77º 0.81% 0.85% -
XYZ 34.98 53.39 58.33 -
YUV 160.94 145.52 42.45 -
System Red Green Blue C M Y K H S L
Decimal 41 216 192 0.81 0 0.11 0.15 171.77 0.69 0.5
Hex 29 D8 C0 51 0 B F AC 45 32
Octal 51 330 300 121 0 13 17 254 105 62
Binary 101001 11011000 11000000 1010001 0 1011 1111 10101100 1000101 110010

Color Harmonies of #29D8C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29D8C0

Black with #29D8C0

Text Example


Text Example

White with #29D8C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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