Html Css Color HEX #29FFE9 Bright Turquoise

📋 copy color: '#29FFE9'

red 41 ◦ green 255 ◦ blue 233

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

Shades of Bright Turquoise #29FFE9

Tints of Bright Turquoise #29FFE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 44.05%

R = 7.75%
G = 48.2%
B = 44.05%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.09

 K value IS 0

RGB Variations

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

Color information

#29FFE9 (or 0x29FFE9) is known color: Bright Turquoise. HEX triplet: 29, FF and E9. RGB value is (41,255,233). Sum of RGB (Red+Green+Blue) = 41+255+233=529 (70% of max value = 765). Red value is 41 (16.41% from 255 or 7.75% from 529); Green value is 255 (100% from 255 or 48.20% from 529); Blue value is 233 (91.41% from 255 or 44.05% from 529); Max value from RGB is 255 - color contains mainly: green. Hex color #29FFE9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #29FFE9 is #D60016. Grayscale: #BCBCBC. Windows color (decimal): -14024727 or 15335209. OLE color: 15335209.

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

Color convert

RGB 41 255 233 -
CMYK 0.84 0 0.09 0
HSL 173.83º 1% 0.58% -
HSV(B) 173.83º 0.84% 1% -
XYZ 51.38 77.87 89.41 -
YUV 188.51 153.1 22.79 -
System Red Green Blue C M Y K H S L
Decimal 41 255 233 0.84 0 0.09 0 173.83 1 0.58
Hex 29 FF E9 54 0 9 0 AE 64 3A
Octal 51 377 351 124 0 11 0 256 144 72
Binary 101001 11111111 11101001 1010100 0 1001 0 10101110 1100100 111010

Color Harmonies of #29FFE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29FFE9

Black with #29FFE9

Text Example


Text Example

White with #29FFE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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