Html Css Color HEX #29EEB8 Turquoise

📋 copy color: '#29EEB8'

red 41 ◦ green 238 ◦ blue 184

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

Shades of Turquoise #29EEB8

Tints of Turquoise #29EEB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 39.74%

R = 8.86%
G = 51.4%
B = 39.74%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#29EEB8 (or 0x29EEB8) is known color: Turquoise. HEX triplet: 29, EE and B8. RGB value is (41,238,184). Sum of RGB (Red+Green+Blue) = 41+238+184=463 (61% of max value = 765). Red value is 41 (16.41% from 255 or 8.86% from 463); Green value is 238 (93.36% from 255 or 51.40% from 463); Blue value is 184 (72.27% from 255 or 39.74% from 463); Max value from RGB is 238 - color contains mainly: green. Hex color #29EEB8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29EEB8 is #D61147. Grayscale: #ACACAC. Windows color (decimal): -14029128 or 12119593. OLE color: 12119593.

HSL color Cylindrical-coordinate representation of color #29EEB8: hue angle of 163.55º 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 #29EEB8 is Cyan = 0.83, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.

Color convert

RGB 41 238 184 -
CMYK 0.83 0 0.23 0.07
HSL 163.55º 0.85% 0.55% -
HSV(B) 163.55º 0.83% 0.93% -
XYZ 40.14 65.08 55.79 -
YUV 172.94 134.23 33.89 -
System Red Green Blue C M Y K H S L
Decimal 41 238 184 0.83 0 0.23 0.07 163.55 0.85 0.55
Hex 29 EE B8 53 0 17 7 A4 55 37
Octal 51 356 270 123 0 27 7 244 125 67
Binary 101001 11101110 10111000 1010011 0 10111 111 10100100 1010101 110111

Color Harmonies of #29EEB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29EEB8

Black with #29EEB8

Text Example


Text Example

White with #29EEB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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