Html Css Color HEX #29FFEB Bright Turquoise

📋 copy color: '#29FFEB'

red 41 ◦ green 255 ◦ blue 235

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

Shades of Bright Turquoise #29FFEB

Tints of Bright Turquoise #29FFEB

RGB

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

 GREEN value IS 255 (100% from 255) = 48.02%

 BLUE value IS 235 (92.19% from 255) = 44.26%

R = 7.72%
G = 48.02%
B = 44.26%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.08

 K value IS 0

RGB Variations

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

Color information

#29FFEB (or 0x29FFEB) is known color: Bright Turquoise. HEX triplet: 29, FF and EB. RGB value is (41,255,235). Sum of RGB (Red+Green+Blue) = 41+255+235=531 (70% of max value = 765). Red value is 41 (16.41% from 255 or 7.72% from 531); Green value is 255 (100% from 255 or 48.02% from 531); Blue value is 235 (92.19% from 255 or 44.26% from 531); Max value from RGB is 255 - color contains mainly: green. Hex color #29FFEB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #29FFEB is #D60014. Grayscale: #BCBCBC. Windows color (decimal): -14024725 or 15466281. OLE color: 15466281.

HSL color Cylindrical-coordinate representation of color #29FFEB: hue angle of 174.39º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #29FFEB is Cyan = 0.84, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.

Color convert

RGB 41 255 235 -
CMYK 0.84 0 0.08 0
HSL 174.39º 1% 0.58% -
HSV(B) 174.39º 0.84% 1% -
XYZ 51.67 77.99 90.93 -
YUV 188.73 154.1 22.63 -
System Red Green Blue C M Y K H S L
Decimal 41 255 235 0.84 0 0.08 0 174.39 1 0.58
Hex 29 FF EB 54 0 8 0 AE 64 3A
Octal 51 377 353 124 0 10 0 256 144 72
Binary 101001 11111111 11101011 1010100 0 1000 0 10101110 1100100 111010

Color Harmonies of #29FFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29FFEB

Black with #29FFEB

Text Example


Text Example

White with #29FFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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