Html Css Color HEX #29FFED Bright Turquoise

📋 copy color: '#29FFED'

red 41 ◦ green 255 ◦ blue 237

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

Shades of Bright Turquoise #29FFED

Tints of Bright Turquoise #29FFED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.47%

R = 7.69%
G = 47.84%
B = 44.47%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#29FFED (or 0x29FFED) is known color: Bright Turquoise. HEX triplet: 29, FF and ED. RGB value is (41,255,237). Sum of RGB (Red+Green+Blue) = 41+255+237=533 (70% of max value = 765). Red value is 41 (16.41% from 255 or 7.69% from 533); Green value is 255 (100% from 255 or 47.84% from 533); Blue value is 237 (92.97% from 255 or 44.47% from 533); Max value from RGB is 255 - color contains mainly: green. Hex color #29FFED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #29FFED is #D60012. Grayscale: #BCBCBC. Windows color (decimal): -14024723 or 15597353. OLE color: 15597353.

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

Color convert

RGB 41 255 237 -
CMYK 0.84 0 0.07 0
HSL 174.95º 1% 0.58% -
HSV(B) 174.95º 0.84% 1% -
XYZ 51.96 78.11 92.46 -
YUV 188.96 155.1 22.46 -
System Red Green Blue C M Y K H S L
Decimal 41 255 237 0.84 0 0.07 0 174.95 1 0.58
Hex 29 FF ED 54 0 7 0 AF 64 3A
Octal 51 377 355 124 0 7 0 257 144 72
Binary 101001 11111111 11101101 1010100 0 111 0 10101111 1100100 111010

Color Harmonies of #29FFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29FFED

Black with #29FFED

Text Example


Text Example

White with #29FFED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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