Html Css Color HEX #29F4BA Turquoise

📋 copy color: '#29F4BA'

red 41 ◦ green 244 ◦ blue 186

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

Shades of Turquoise #29F4BA

Tints of Turquoise #29F4BA

RGB

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

 GREEN value IS 244 (95.7% from 255) = 51.8%

 BLUE value IS 186 (73.05% from 255) = 39.49%

R = 8.7%
G = 51.8%
B = 39.49%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#29F4BA (or 0x29F4BA) is known color: Turquoise. HEX triplet: 29, F4 and BA. RGB value is (41,244,186). Sum of RGB (Red+Green+Blue) = 41+244+186=471 (62% of max value = 765). Red value is 41 (16.41% from 255 or 8.70% from 471); Green value is 244 (95.70% from 255 or 51.80% from 471); Blue value is 186 (73.05% from 255 or 39.49% from 471); Max value from RGB is 244 - color contains mainly: green. Hex color #29F4BA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29F4BA is #D60B45. Grayscale: #B0B0B0. Windows color (decimal): -14027590 or 12252201. OLE color: 12252201.

HSL color Cylindrical-coordinate representation of color #29F4BA: hue angle of 162.86º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #29F4BA is Cyan = 0.83, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB 41 244 186 -
CMYK 0.83 0 0.24 0.04
HSL 162.86º 0.9% 0.56% -
HSV(B) 162.86º 0.83% 0.96% -
XYZ 42.13 68.72 57.5 -
YUV 176.69 133.25 31.22 -
System Red Green Blue C M Y K H S L
Decimal 41 244 186 0.83 0 0.24 0.04 162.86 0.9 0.56
Hex 29 F4 BA 53 0 18 4 A3 5A 38
Octal 51 364 272 123 0 30 4 243 132 70
Binary 101001 11110100 10111010 1010011 0 11000 100 10100011 1011010 111000

Color Harmonies of #29F4BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29F4BA

Black with #29F4BA

Text Example


Text Example

White with #29F4BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,244,186); }

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

background-color css

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

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

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

border-color css

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

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

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