Html Css Color HEX #29ECEC Bright Turquoise

📋 copy color: '#29ECEC'

red 41 ◦ green 236 ◦ blue 236

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

Shades of Bright Turquoise #29ECEC

Tints of Bright Turquoise #29ECEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 46%

R = 7.99%
G = 46%
B = 46%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#29ECEC (or 0x29ECEC) is known color: Bright Turquoise. HEX triplet: 29, EC and EC. RGB value is (41,236,236). Sum of RGB (Red+Green+Blue) = 41+236+236=513 (67% of max value = 765). Red value is 41 (16.41% from 255 or 7.99% from 513); Green value is 236 (92.58% from 255 or 46.00% from 513); Blue value is 236 (92.58% from 255 or 46.00% from 513); Max value from RGB is 236 - color contains mainly: green, blue. Hex color #29ECEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #29ECEC is #D61313. Grayscale: #B1B1B1. Windows color (decimal): -14029588 or 15526953. OLE color: 15526953.

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

Color convert

RGB 41 236 236 -
CMYK 0.83 0 0 0.07
HSL 180º 0.84% 0.54% -
HSV(B) 180º 0.83% 0.93% -
XYZ 46.05 66.52 89.77 -
YUV 177.7 160.9 30.5 -
System Red Green Blue C M Y K H S L
Decimal 41 236 236 0.83 0 0 0.07 180 0.84 0.54
Hex 29 EC EC 53 0 0 7 B4 54 36
Octal 51 354 354 123 0 0 7 264 124 66
Binary 101001 11101100 11101100 1010011 0 0 111 10110100 1010100 110110

Color Harmonies of #29ECEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29ECEC

Black with #29ECEC

Text Example


Text Example

White with #29ECEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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