Html Css Color HEX #29E5DA Turquoise

📋 copy color: '#29E5DA'

red 41 ◦ green 229 ◦ blue 218

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

Shades of Turquoise #29E5DA

Tints of Turquoise #29E5DA

RGB

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

 GREEN value IS 229 (89.84% from 255) = 46.93%

 BLUE value IS 218 (85.55% from 255) = 44.67%

R = 8.4%
G = 46.93%
B = 44.67%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#29E5DA (or 0x29E5DA) is known color: Turquoise. HEX triplet: 29, E5 and DA. RGB value is (41,229,218). Sum of RGB (Red+Green+Blue) = 41+229+218=488 (64% of max value = 765). Red value is 41 (16.41% from 255 or 8.40% from 488); Green value is 229 (89.84% from 255 or 46.93% from 488); Blue value is 218 (85.55% from 255 or 44.67% from 488); Max value from RGB is 229 - color contains mainly: green. Hex color #29E5DA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29E5DA is #D61A25. Grayscale: #ABABAB. Windows color (decimal): -14031398 or 14345513. OLE color: 14345513.

HSL color Cylindrical-coordinate representation of color #29E5DA: hue angle of 176.49º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #29E5DA is Cyan = 0.82, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB 41 229 218 -
CMYK 0.82 0 0.05 0.10
HSL 176.49º 0.78% 0.53% -
HSV(B) 176.49º 0.82% 0.9% -
XYZ 41.59 61.57 76.02 -
YUV 171.53 154.22 34.89 -
System Red Green Blue C M Y K H S L
Decimal 41 229 218 0.82 0 0.05 0.10 176.49 0.78 0.53
Hex 29 E5 DA 52 0 5 A B0 4E 35
Octal 51 345 332 122 0 5 12 260 116 65
Binary 101001 11100101 11011010 1010010 0 101 1010 10110000 1001110 110101

Color Harmonies of #29E5DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29E5DA

Black with #29E5DA

Text Example


Text Example

White with #29E5DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,229,218); }

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

background-color css

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

 a { background-color: rgb(41,229,218); }

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

border-color css

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

 span { border-color: rgb(41,229,218); }

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