Html Css Color HEX #29ECBD Turquoise

📋 copy color: '#29ECBD'

red 41 ◦ green 236 ◦ blue 189

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

Shades of Turquoise #29ECBD

Tints of Turquoise #29ECBD

RGB

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

 GREEN value IS 236 (92.58% from 255) = 50.64%

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

R = 8.8%
G = 50.64%
B = 40.56%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#29ECBD (or 0x29ECBD) is known color: Turquoise. HEX triplet: 29, EC and BD. RGB value is (41,236,189). Sum of RGB (Red+Green+Blue) = 41+236+189=466 (61% of max value = 765). Red value is 41 (16.41% from 255 or 8.80% from 466); Green value is 236 (92.58% from 255 or 50.64% from 466); Blue value is 189 (74.22% from 255 or 40.56% from 466); Max value from RGB is 236 - color contains mainly: green. Hex color #29ECBD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29ECBD is #D61342. Grayscale: #ACACAC. Windows color (decimal): -14029635 or 12446761. OLE color: 12446761.

HSL color Cylindrical-coordinate representation of color #29ECBD: hue angle of 165.54º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #29ECBD is Cyan = 0.83, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB 41 236 189 -
CMYK 0.83 0 0.20 0.07
HSL 165.54º 0.84% 0.54% -
HSV(B) 165.54º 0.83% 0.93% -
XYZ 40.1 64.14 58.41 -
YUV 172.34 137.4 34.32 -
System Red Green Blue C M Y K H S L
Decimal 41 236 189 0.83 0 0.20 0.07 165.54 0.84 0.54
Hex 29 EC BD 53 0 14 7 A6 54 36
Octal 51 354 275 123 0 24 7 246 124 66
Binary 101001 11101100 10111101 1010011 0 10100 111 10100110 1010100 110110

Color Harmonies of #29ECBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29ECBD

Black with #29ECBD

Text Example


Text Example

White with #29ECBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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