Html Css Color HEX #29FFE1 Bright Turquoise

📋 copy color: '#29FFE1'

red 41 ◦ green 255 ◦ blue 225

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

Shades of Bright Turquoise #29FFE1

Tints of Bright Turquoise #29FFE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 43.19%

R = 7.87%
G = 48.94%
B = 43.19%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.12

 K value IS 0

RGB Variations

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

Color information

#29FFE1 (or 0x29FFE1) is known color: Bright Turquoise. HEX triplet: 29, FF and E1. RGB value is (41,255,225). Sum of RGB (Red+Green+Blue) = 41+255+225=521 (69% of max value = 765). Red value is 41 (16.41% from 255 or 7.87% from 521); Green value is 255 (100% from 255 or 48.94% from 521); Blue value is 225 (88.28% from 255 or 43.19% from 521); Max value from RGB is 255 - color contains mainly: green. Hex color #29FFE1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29FFE1 is #D6001E. Grayscale: #BBBBBB. Windows color (decimal): -14024735 or 14810921. OLE color: 14810921.

HSL color Cylindrical-coordinate representation of color #29FFE1: hue angle of 171.59º 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 #29FFE1 is Cyan = 0.84, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.

Color convert

RGB 41 255 225 -
CMYK 0.84 0 0.12 0
HSL 171.59º 1% 0.58% -
HSV(B) 171.59º 0.84% 1% -
XYZ 50.27 77.43 83.53 -
YUV 187.59 149.1 23.44 -
System Red Green Blue C M Y K H S L
Decimal 41 255 225 0.84 0 0.12 0 171.59 1 0.58
Hex 29 FF E1 54 0 C 0 AC 64 3A
Octal 51 377 341 124 0 14 0 254 144 72
Binary 101001 11111111 11100001 1010100 0 1100 0 10101100 1100100 111010

Color Harmonies of #29FFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29FFE1

Black with #29FFE1

Text Example


Text Example

White with #29FFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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