Html Css Color HEX #29E3DB Turquoise

📋 copy color: '#29E3DB'

red 41 ◦ green 227 ◦ blue 219

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

Shades of Turquoise #29E3DB

Tints of Turquoise #29E3DB

RGB

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

 GREEN value IS 227 (89.06% from 255) = 46.61%

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

R = 8.42%
G = 46.61%
B = 44.97%

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

#29E3DB (or 0x29E3DB) is known color: Turquoise. HEX triplet: 29, E3 and DB. RGB value is (41,227,219). Sum of RGB (Red+Green+Blue) = 41+227+219=487 (64% of max value = 765). Red value is 41 (16.41% from 255 or 8.42% from 487); Green value is 227 (89.06% from 255 or 46.61% from 487); Blue value is 219 (85.94% from 255 or 44.97% from 487); Max value from RGB is 227 - color contains mainly: green. Hex color #29E3DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29E3DB is #D61C24. Grayscale: #AAAAAA. Windows color (decimal): -14031909 or 14410537. OLE color: 14410537.

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

Color convert

RGB 41 227 219 -
CMYK 0.82 0 0.04 0.11
HSL 177.42º 0.77% 0.53% -
HSV(B) 177.42º 0.82% 0.89% -
XYZ 41.17 60.52 76.53 -
YUV 170.47 155.38 35.65 -
System Red Green Blue C M Y K H S L
Decimal 41 227 219 0.82 0 0.04 0.11 177.42 0.77 0.53
Hex 29 E3 DB 52 0 4 B B1 4D 35
Octal 51 343 333 122 0 4 13 261 115 65
Binary 101001 11100011 11011011 1010010 0 100 1011 10110001 1001101 110101

Color Harmonies of #29E3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29E3DB

Black with #29E3DB

Text Example


Text Example

White with #29E3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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