Html Css Color HEX #29E4BD Turquoise

📋 copy color: '#29E4BD'

red 41 ◦ green 228 ◦ blue 189

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

Shades of Turquoise #29E4BD

Tints of Turquoise #29E4BD

RGB

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

 GREEN value IS 228 (89.45% from 255) = 49.78%

 BLUE value IS 189 (74.22% from 255) = 41.27%

R = 8.95%
G = 49.78%
B = 41.27%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.17

 K value IS 0.11

RGB Variations

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

Color information

#29E4BD (or 0x29E4BD) is known color: Turquoise. HEX triplet: 29, E4 and BD. RGB value is (41,228,189). Sum of RGB (Red+Green+Blue) = 41+228+189=458 (60% of max value = 765). Red value is 41 (16.41% from 255 or 8.95% from 458); Green value is 228 (89.45% from 255 or 49.78% from 458); Blue value is 189 (74.22% from 255 or 41.27% from 458); Max value from RGB is 228 - color contains mainly: green. Hex color #29E4BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29E4BD is #D61B42. Grayscale: #A7A7A7. Windows color (decimal): -14031683 or 12444713. OLE color: 12444713.

HSL color Cylindrical-coordinate representation of color #29E4BD: hue angle of 167.49º degrees, saturation: 0.78, 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 #29E4BD is Cyan = 0.82, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB 41 228 189 -
CMYK 0.82 0 0.17 0.11
HSL 167.49º 0.78% 0.53% -
HSV(B) 167.49º 0.82% 0.89% -
XYZ 37.84 59.63 57.66 -
YUV 167.64 140.05 37.67 -
System Red Green Blue C M Y K H S L
Decimal 41 228 189 0.82 0 0.17 0.11 167.49 0.78 0.53
Hex 29 E4 BD 52 0 11 B A7 4E 35
Octal 51 344 275 122 0 21 13 247 116 65
Binary 101001 11100100 10111101 1010010 0 10001 1011 10100111 1001110 110101

Color Harmonies of #29E4BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29E4BD

Black with #29E4BD

Text Example


Text Example

White with #29E4BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,228,189); }

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

background-color css

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

 a { background-color: rgb(41,228,189); }

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

border-color css

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

 span { border-color: rgb(41,228,189); }

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