Html Css Color HEX #29EEBF Turquoise

📋 copy color: '#29EEBF'

red 41 ◦ green 238 ◦ blue 191

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

Shades of Turquoise #29EEBF

Tints of Turquoise #29EEBF

RGB

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

 GREEN value IS 238 (93.36% from 255) = 50.64%

 BLUE value IS 191 (75% from 255) = 40.64%

R = 8.72%
G = 50.64%
B = 40.64%

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

#29EEBF (or 0x29EEBF) is known color: Turquoise. HEX triplet: 29, EE and BF. RGB value is (41,238,191). Sum of RGB (Red+Green+Blue) = 41+238+191=470 (62% of max value = 765). Red value is 41 (16.41% from 255 or 8.72% from 470); Green value is 238 (93.36% from 255 or 50.64% from 470); Blue value is 191 (75% from 255 or 40.64% from 470); Max value from RGB is 238 - color contains mainly: green. Hex color #29EEBF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29EEBF is #D61140. Grayscale: #ADADAD. Windows color (decimal): -14029121 or 12578345. OLE color: 12578345.

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

Color convert

RGB 41 238 191 -
CMYK 0.83 0 0.20 0.07
HSL 165.69º 0.85% 0.55% -
HSV(B) 165.69º 0.83% 0.93% -
XYZ 40.89 65.38 59.75 -
YUV 173.74 137.73 33.32 -
System Red Green Blue C M Y K H S L
Decimal 41 238 191 0.83 0 0.20 0.07 165.69 0.85 0.55
Hex 29 EE BF 53 0 14 7 A6 55 37
Octal 51 356 277 123 0 24 7 246 125 67
Binary 101001 11101110 10111111 1010011 0 10100 111 10100110 1010101 110111

Color Harmonies of #29EEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29EEBF

Black with #29EEBF

Text Example


Text Example

White with #29EEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,238,191); }

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

background-color css

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

 a { background-color: rgb(41,238,191); }

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

border-color css

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

 span { border-color: rgb(41,238,191); }

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