Html Css Color HEX #29ECE6 Bright Turquoise

📋 copy color: '#29ECE6'

red 41 ◦ green 236 ◦ blue 230

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

Shades of Bright Turquoise #29ECE6

Tints of Bright Turquoise #29ECE6

RGB

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

 GREEN value IS 236 (92.58% from 255) = 46.55%

 BLUE value IS 230 (90.23% from 255) = 45.36%

R = 8.09%
G = 46.55%
B = 45.36%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#29ECE6 (or 0x29ECE6) is known color: Bright Turquoise. HEX triplet: 29, EC and E6. RGB value is (41,236,230). Sum of RGB (Red+Green+Blue) = 41+236+230=507 (67% of max value = 765). Red value is 41 (16.41% from 255 or 8.09% from 507); Green value is 236 (92.58% from 255 or 46.55% from 507); Blue value is 230 (90.23% from 255 or 45.36% from 507); Max value from RGB is 236 - color contains mainly: green. Hex color #29ECE6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #29ECE6 is #D61319. Grayscale: #B0B0B0. Windows color (decimal): -14029594 or 15133737. OLE color: 15133737.

HSL color Cylindrical-coordinate representation of color #29ECE6: hue angle of 178.15º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #29ECE6 is Cyan = 0.83, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB 41 236 230 -
CMYK 0.83 0 0.03 0.07
HSL 178.15º 0.84% 0.54% -
HSV(B) 178.15º 0.83% 0.93% -
XYZ 45.19 66.18 85.25 -
YUV 177.01 157.9 30.99 -
System Red Green Blue C M Y K H S L
Decimal 41 236 230 0.83 0 0.03 0.07 178.15 0.84 0.54
Hex 29 EC E6 53 0 3 7 B2 54 36
Octal 51 354 346 123 0 3 7 262 124 66
Binary 101001 11101100 11100110 1010011 0 11 111 10110010 1010100 110110

Color Harmonies of #29ECE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29ECE6

Black with #29ECE6

Text Example


Text Example

White with #29ECE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,236,230); }

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

background-color css

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

 a { background-color: rgb(41,236,230); }

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

border-color css

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

 span { border-color: rgb(41,236,230); }

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