Html Css Color HEX #29DEC8 Turquoise

📋 copy color: '#29DEC8'

red 41 ◦ green 222 ◦ blue 200

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

Shades of Turquoise #29DEC8

Tints of Turquoise #29DEC8

RGB

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

 GREEN value IS 222 (87.11% from 255) = 47.95%

 BLUE value IS 200 (78.52% from 255) = 43.2%

R = 8.86%
G = 47.95%
B = 43.2%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#29DEC8 (or 0x29DEC8) is known color: Turquoise. HEX triplet: 29, DE and C8. RGB value is (41,222,200). Sum of RGB (Red+Green+Blue) = 41+222+200=463 (61% of max value = 765). Red value is 41 (16.41% from 255 or 8.86% from 463); Green value is 222 (87.11% from 255 or 47.95% from 463); Blue value is 200 (78.52% from 255 or 43.20% from 463); Max value from RGB is 222 - color contains mainly: green. Hex color #29DEC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29DEC8 is #D62137. Grayscale: #A5A5A5. Windows color (decimal): -14033208 or 13164073. OLE color: 13164073.

HSL color Cylindrical-coordinate representation of color #29DEC8: hue angle of 172.71º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #29DEC8 is Cyan = 0.82, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB 41 222 200 -
CMYK 0.82 0 0.10 0.13
HSL 172.71º 0.73% 0.52% -
HSV(B) 172.71º 0.82% 0.87% -
XYZ 37.46 56.88 63.65 -
YUV 165.37 147.53 39.29 -
System Red Green Blue C M Y K H S L
Decimal 41 222 200 0.82 0 0.10 0.13 172.71 0.73 0.52
Hex 29 DE C8 52 0 A D AD 49 34
Octal 51 336 310 122 0 12 15 255 111 64
Binary 101001 11011110 11001000 1010010 0 1010 1101 10101101 1001001 110100

Color Harmonies of #29DEC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29DEC8

Black with #29DEC8

Text Example


Text Example

White with #29DEC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,222,200); }

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

background-color css

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

 a { background-color: rgb(41,222,200); }

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

border-color css

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

 span { border-color: rgb(41,222,200); }

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