Html Css Color HEX #29FECE Turquoise

📋 copy color: '#29FECE'

red 41 ◦ green 254 ◦ blue 206

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

Shades of Turquoise #29FECE

Tints of Turquoise #29FECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.12%

R = 8.18%
G = 50.7%
B = 41.12%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#29FECE (or 0x29FECE) is known color: Turquoise. HEX triplet: 29, FE and CE. RGB value is (41,254,206). Sum of RGB (Red+Green+Blue) = 41+254+206=501 (66% of max value = 765). Red value is 41 (16.41% from 255 or 8.18% from 501); Green value is 254 (99.61% from 255 or 50.70% from 501); Blue value is 206 (80.86% from 255 or 41.12% from 501); Max value from RGB is 254 - color contains mainly: green. Hex color #29FECE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29FECE is #D60131. Grayscale: #B8B8B8. Windows color (decimal): -14025010 or 13565481. OLE color: 13565481.

HSL color Cylindrical-coordinate representation of color #29FECE: hue angle of 166.48º 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 #29FECE is Cyan = 0.84, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.

Color convert

RGB 41 254 206 -
CMYK 0.84 0 0.19 0.00
HSL 166.48º 0.99% 0.58% -
HSV(B) 166.48º 0.84% 1% -
XYZ 47.5 75.81 70.52 -
YUV 184.84 139.93 25.4 -
System Red Green Blue C M Y K H S L
Decimal 41 254 206 0.84 0 0.19 0.00 166.48 0.99 0.58
Hex 29 FE CE 54 0 13 0 A6 63 3A
Octal 51 376 316 124 0 23 0 246 143 72
Binary 101001 11111110 11001110 1010100 0 10011 0 10100110 1100011 111010

Color Harmonies of #29FECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29FECE

Black with #29FECE

Text Example


Text Example

White with #29FECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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