Html Css Color HEX #29D6C0 Turquoise

📋 copy color: '#29D6C0'

red 41 ◦ green 214 ◦ blue 192

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

Shades of Turquoise #29D6C0

Tints of Turquoise #29D6C0

RGB

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

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

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

R = 9.17%
G = 47.87%
B = 42.95%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#29D6C0 (or 0x29D6C0) is known color: Turquoise. HEX triplet: 29, D6 and C0. RGB value is (41,214,192). Sum of RGB (Red+Green+Blue) = 41+214+192=447 (59% of max value = 765). Red value is 41 (16.41% from 255 or 9.17% from 447); Green value is 214 (83.98% from 255 or 47.87% from 447); Blue value is 192 (75.39% from 255 or 42.95% from 447); Max value from RGB is 214 - color contains mainly: green. Hex color #29D6C0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29D6C0 is #D6293F. Grayscale: #9F9F9F. Windows color (decimal): -14035264 or 12637737. OLE color: 12637737.

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

Color convert

RGB 41 214 192 -
CMYK 0.81 0 0.10 0.16
HSL 172.37º 0.68% 0.5% -
HSV(B) 172.37º 0.81% 0.84% -
XYZ 34.48 52.37 58.16 -
YUV 159.77 146.19 43.29 -
System Red Green Blue C M Y K H S L
Decimal 41 214 192 0.81 0 0.10 0.16 172.37 0.68 0.5
Hex 29 D6 C0 51 0 A 10 AC 44 32
Octal 51 326 300 121 0 12 20 254 104 62
Binary 101001 11010110 11000000 1010001 0 1010 10000 10101100 1000100 110010

Color Harmonies of #29D6C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29D6C0

Black with #29D6C0

Text Example


Text Example

White with #29D6C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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