Html Css Color HEX #29E2D9 Turquoise

📋 copy color: '#29E2D9'

red 41 ◦ green 226 ◦ blue 217

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

Shades of Turquoise #29E2D9

Tints of Turquoise #29E2D9

RGB

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

 GREEN value IS 226 (88.67% from 255) = 46.69%

 BLUE value IS 217 (85.16% from 255) = 44.83%

R = 8.47%
G = 46.69%
B = 44.83%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#29E2D9 (or 0x29E2D9) is known color: Turquoise. HEX triplet: 29, E2 and D9. RGB value is (41,226,217). Sum of RGB (Red+Green+Blue) = 41+226+217=484 (64% of max value = 765). Red value is 41 (16.41% from 255 or 8.47% from 484); Green value is 226 (88.67% from 255 or 46.69% from 484); Blue value is 217 (85.16% from 255 or 44.83% from 484); Max value from RGB is 226 - color contains mainly: green. Hex color #29E2D9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29E2D9 is #D61D26. Grayscale: #A9A9A9. Windows color (decimal): -14032167 or 14279209. OLE color: 14279209.

HSL color Cylindrical-coordinate representation of color #29E2D9: hue angle of 177.08º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #29E2D9 is Cyan = 0.82, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB 41 226 217 -
CMYK 0.82 0 0.04 0.11
HSL 177.08º 0.76% 0.52% -
HSV(B) 177.08º 0.82% 0.89% -
XYZ 40.64 59.87 75.06 -
YUV 169.66 154.71 36.23 -
System Red Green Blue C M Y K H S L
Decimal 41 226 217 0.82 0 0.04 0.11 177.08 0.76 0.52
Hex 29 E2 D9 52 0 4 B B1 4C 34
Octal 51 342 331 122 0 4 13 261 114 64
Binary 101001 11100010 11011001 1010010 0 100 1011 10110001 1001100 110100

Color Harmonies of #29E2D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29E2D9

Black with #29E2D9

Text Example


Text Example

White with #29E2D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,226,217); }

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

background-color css

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

 a { background-color: rgb(41,226,217); }

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

border-color css

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

 span { border-color: rgb(41,226,217); }

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