Html Css Color HEX #29F2E2 Turquoise

📋 copy color: '#29F2E2'

red 41 ◦ green 242 ◦ blue 226

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

Shades of Turquoise #29F2E2

Tints of Turquoise #29F2E2

RGB

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

 GREEN value IS 242 (94.92% from 255) = 47.54%

 BLUE value IS 226 (88.67% from 255) = 44.4%

R = 8.06%
G = 47.54%
B = 44.4%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#29F2E2 (or 0x29F2E2) is known color: Turquoise. HEX triplet: 29, F2 and E2. RGB value is (41,242,226). Sum of RGB (Red+Green+Blue) = 41+242+226=509 (67% of max value = 765). Red value is 41 (16.41% from 255 or 8.06% from 509); Green value is 242 (94.92% from 255 or 47.54% from 509); Blue value is 226 (88.67% from 255 or 44.40% from 509); Max value from RGB is 242 - color contains mainly: green. Hex color #29F2E2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29F2E2 is #D60D1D. Grayscale: #B3B3B3. Windows color (decimal): -14028062 or 14873129. OLE color: 14873129.

HSL color Cylindrical-coordinate representation of color #29F2E2: hue angle of 175.22º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #29F2E2 is Cyan = 0.83, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB 41 242 226 -
CMYK 0.83 0 0.07 0.05
HSL 175.22º 0.89% 0.55% -
HSV(B) 175.22º 0.83% 0.95% -
XYZ 46.39 69.47 82.91 -
YUV 180.08 153.91 28.8 -
System Red Green Blue C M Y K H S L
Decimal 41 242 226 0.83 0 0.07 0.05 175.22 0.89 0.55
Hex 29 F2 E2 53 0 7 5 AF 59 37
Octal 51 362 342 123 0 7 5 257 131 67
Binary 101001 11110010 11100010 1010011 0 111 101 10101111 1011001 110111

Color Harmonies of #29F2E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29F2E2

Black with #29F2E2

Text Example


Text Example

White with #29F2E2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,242,226); }

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

background-color css

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

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

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

border-color css

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

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

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