Html Css Color HEX #29EBC5 Turquoise

📋 copy color: '#29EBC5'

red 41 ◦ green 235 ◦ blue 197

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

Shades of Turquoise #29EBC5

Tints of Turquoise #29EBC5

RGB

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

 GREEN value IS 235 (92.19% from 255) = 49.68%

 BLUE value IS 197 (77.34% from 255) = 41.65%

R = 8.67%
G = 49.68%
B = 41.65%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.16

 K value IS 0.08

RGB Variations

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

Color information

#29EBC5 (or 0x29EBC5) is known color: Turquoise. HEX triplet: 29, EB and C5. RGB value is (41,235,197). Sum of RGB (Red+Green+Blue) = 41+235+197=473 (62% of max value = 765). Red value is 41 (16.41% from 255 or 8.67% from 473); Green value is 235 (92.19% from 255 or 49.68% from 473); Blue value is 197 (77.34% from 255 or 41.65% from 473); Max value from RGB is 235 - color contains mainly: green. Hex color #29EBC5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29EBC5 is #D6143A. Grayscale: #ACACAC. Windows color (decimal): -14029883 or 12970793. OLE color: 12970793.

HSL color Cylindrical-coordinate representation of color #29EBC5: hue angle of 168.25º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #29EBC5 is Cyan = 0.83, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB 41 235 197 -
CMYK 0.83 0 0.16 0.08
HSL 168.25º 0.83% 0.54% -
HSV(B) 168.25º 0.83% 0.92% -
XYZ 40.7 63.92 63.02 -
YUV 172.66 141.73 34.09 -
System Red Green Blue C M Y K H S L
Decimal 41 235 197 0.83 0 0.16 0.08 168.25 0.83 0.54
Hex 29 EB C5 53 0 10 8 A8 53 36
Octal 51 353 305 123 0 20 10 250 123 66
Binary 101001 11101011 11000101 1010011 0 10000 1000 10101000 1010011 110110

Color Harmonies of #29EBC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29EBC5

Black with #29EBC5

Text Example


Text Example

White with #29EBC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,235,197); }

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

background-color css

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

 a { background-color: rgb(41,235,197); }

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

border-color css

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

 span { border-color: rgb(41,235,197); }

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