Html Css Color HEX #29EEE5 Bright Turquoise

📋 copy color: '#29EEE5'

red 41 ◦ green 238 ◦ blue 229

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

Shades of Bright Turquoise #29EEE5

Tints of Bright Turquoise #29EEE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 45.08%

R = 8.07%
G = 46.85%
B = 45.08%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#29EEE5 (or 0x29EEE5) is known color: Bright Turquoise. HEX triplet: 29, EE and E5. RGB value is (41,238,229). Sum of RGB (Red+Green+Blue) = 41+238+229=508 (67% of max value = 765). Red value is 41 (16.41% from 255 or 8.07% from 508); Green value is 238 (93.36% from 255 or 46.85% from 508); Blue value is 229 (89.84% from 255 or 45.08% from 508); Max value from RGB is 238 - color contains mainly: green. Hex color #29EEE5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29EEE5 is #D6111A. Grayscale: #B1B1B1. Windows color (decimal): -14029083 or 15068713. OLE color: 15068713.

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

Color convert

RGB 41 238 229 -
CMYK 0.83 0 0.04 0.07
HSL 177.26º 0.85% 0.55% -
HSV(B) 177.26º 0.83% 0.93% -
XYZ 45.63 67.28 84.71 -
YUV 178.07 156.73 30.23 -
System Red Green Blue C M Y K H S L
Decimal 41 238 229 0.83 0 0.04 0.07 177.26 0.85 0.55
Hex 29 EE E5 53 0 4 7 B1 55 37
Octal 51 356 345 123 0 4 7 261 125 67
Binary 101001 11101110 11100101 1010011 0 100 111 10110001 1010101 110111

Color Harmonies of #29EEE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29EEE5

Black with #29EEE5

Text Example


Text Example

White with #29EEE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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