Html Css Color HEX #29EEED Bright Turquoise

📋 copy color: '#29EEED'

red 41 ◦ green 238 ◦ blue 237

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

Shades of Bright Turquoise #29EEED

Tints of Bright Turquoise #29EEED

RGB

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

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

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

R = 7.95%
G = 46.12%
B = 45.93%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#29EEED (or 0x29EEED) is known color: Bright Turquoise. HEX triplet: 29, EE and ED. RGB value is (41,238,237). Sum of RGB (Red+Green+Blue) = 41+238+237=516 (68% of max value = 765). Red value is 41 (16.41% from 255 or 7.95% from 516); Green value is 238 (93.36% from 255 or 46.12% from 516); Blue value is 237 (92.97% from 255 or 45.93% from 516); Max value from RGB is 238 - color contains mainly: green. Hex color #29EEED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #29EEED is #D61112. Grayscale: #B2B2B2. Windows color (decimal): -14029075 or 15593001. OLE color: 15593001.

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

Color convert

RGB 41 238 237 -
CMYK 0.83 0 0.00 0.07
HSL 179.7º 0.85% 0.55% -
HSV(B) 179.7º 0.83% 0.93% -
XYZ 46.78 67.73 90.73 -
YUV 178.98 160.73 29.58 -
System Red Green Blue C M Y K H S L
Decimal 41 238 237 0.83 0 0.00 0.07 179.7 0.85 0.55
Hex 29 EE ED 53 0 0 7 B4 55 37
Octal 51 356 355 123 0 0 7 264 125 67
Binary 101001 11101110 11101101 1010011 0 0 111 10110100 1010101 110111

Color Harmonies of #29EEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29EEED

Black with #29EEED

Text Example


Text Example

White with #29EEED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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