Html Css Color HEX #29E7BB Turquoise

📋 copy color: '#29E7BB'

red 41 ◦ green 231 ◦ blue 187

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

Shades of Turquoise #29E7BB

Tints of Turquoise #29E7BB

RGB

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

 GREEN value IS 231 (90.63% from 255) = 50.33%

 BLUE value IS 187 (73.44% from 255) = 40.74%

R = 8.93%
G = 50.33%
B = 40.74%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#29E7BB (or 0x29E7BB) is known color: Turquoise. HEX triplet: 29, E7 and BB. RGB value is (41,231,187). Sum of RGB (Red+Green+Blue) = 41+231+187=459 (60% of max value = 765). Red value is 41 (16.41% from 255 or 8.93% from 459); Green value is 231 (90.62% from 255 or 50.33% from 459); Blue value is 187 (73.44% from 255 or 40.74% from 459); Max value from RGB is 231 - color contains mainly: green. Hex color #29E7BB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29E7BB is #D61844. Grayscale: #A9A9A9. Windows color (decimal): -14030917 or 12314409. OLE color: 12314409.

HSL color Cylindrical-coordinate representation of color #29E7BB: hue angle of 166.11º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #29E7BB is Cyan = 0.82, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB 41 231 187 -
CMYK 0.82 0 0.19 0.09
HSL 166.11º 0.8% 0.53% -
HSV(B) 166.11º 0.82% 0.91% -
XYZ 38.46 61.21 56.8 -
YUV 169.17 138.05 36.58 -
System Red Green Blue C M Y K H S L
Decimal 41 231 187 0.82 0 0.19 0.09 166.11 0.8 0.53
Hex 29 E7 BB 52 0 13 9 A6 50 35
Octal 51 347 273 122 0 23 11 246 120 65
Binary 101001 11100111 10111011 1010010 0 10011 1001 10100110 1010000 110101

Color Harmonies of #29E7BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29E7BB

Black with #29E7BB

Text Example


Text Example

White with #29E7BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,231,187); }

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

background-color css

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

 a { background-color: rgb(41,231,187); }

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

border-color css

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

 span { border-color: rgb(41,231,187); }

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