Html Css Color HEX #29FEDC Turquoise

📋 copy color: '#29FEDC'

red 41 ◦ green 254 ◦ blue 220

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

Shades of Turquoise #29FEDC

Tints of Turquoise #29FEDC

RGB

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

 GREEN value IS 254 (99.61% from 255) = 49.32%

 BLUE value IS 220 (86.33% from 255) = 42.72%

R = 7.96%
G = 49.32%
B = 42.72%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#29FEDC (or 0x29FEDC) is known color: Turquoise. HEX triplet: 29, FE and DC. RGB value is (41,254,220). Sum of RGB (Red+Green+Blue) = 41+254+220=515 (68% of max value = 765). Red value is 41 (16.41% from 255 or 7.96% from 515); Green value is 254 (99.61% from 255 or 49.32% from 515); Blue value is 220 (86.33% from 255 or 42.72% from 515); Max value from RGB is 254 - color contains mainly: green. Hex color #29FEDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29FEDC is #D60123. Grayscale: #BABABA. Windows color (decimal): -14024996 or 14482985. OLE color: 14482985.

HSL color Cylindrical-coordinate representation of color #29FEDC: hue angle of 170.42º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #29FEDC is Cyan = 0.84, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB 41 254 220 -
CMYK 0.84 0 0.13 0.00
HSL 170.42º 0.99% 0.58% -
HSV(B) 170.42º 0.84% 1% -
XYZ 49.27 76.52 79.88 -
YUV 186.44 146.93 24.26 -
System Red Green Blue C M Y K H S L
Decimal 41 254 220 0.84 0 0.13 0.00 170.42 0.99 0.58
Hex 29 FE DC 54 0 D 0 AA 63 3A
Octal 51 376 334 124 0 15 0 252 143 72
Binary 101001 11111110 11011100 1010100 0 1101 0 10101010 1100011 111010

Color Harmonies of #29FEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29FEDC

Black with #29FEDC

Text Example


Text Example

White with #29FEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,254,220); }

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

background-color css

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

 a { background-color: rgb(41,254,220); }

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

border-color css

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

 span { border-color: rgb(41,254,220); }

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