Html Css Color HEX #29FEDB Turquoise

📋 copy color: '#29FEDB'

red 41 ◦ green 254 ◦ blue 219

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

Shades of Turquoise #29FEDB

Tints of Turquoise #29FEDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.61%

R = 7.98%
G = 49.42%
B = 42.61%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#29FEDB (or 0x29FEDB) is known color: Turquoise. HEX triplet: 29, FE and DB. RGB value is (41,254,219). Sum of RGB (Red+Green+Blue) = 41+254+219=514 (68% of max value = 765). Red value is 41 (16.41% from 255 or 7.98% from 514); Green value is 254 (99.61% from 255 or 49.42% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 254 - color contains mainly: green. Hex color #29FEDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29FEDB is #D60124. Grayscale: #BABABA. Windows color (decimal): -14024997 or 14417449. OLE color: 14417449.

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

Color convert

RGB 41 254 219 -
CMYK 0.84 0 0.14 0.00
HSL 170.14º 0.99% 0.58% -
HSV(B) 170.14º 0.84% 1% -
XYZ 49.14 76.47 79.19 -
YUV 186.32 146.43 24.35 -
System Red Green Blue C M Y K H S L
Decimal 41 254 219 0.84 0 0.14 0.00 170.14 0.99 0.58
Hex 29 FE DB 54 0 E 0 AA 63 3A
Octal 51 376 333 124 0 16 0 252 143 72
Binary 101001 11111110 11011011 1010100 0 1110 0 10101010 1100011 111010

Color Harmonies of #29FEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29FEDB

Black with #29FEDB

Text Example


Text Example

White with #29FEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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