Html Css Color HEX #29F1BA Turquoise

📋 copy color: '#29F1BA'

red 41 ◦ green 241 ◦ blue 186

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

Shades of Turquoise #29F1BA

Tints of Turquoise #29F1BA

RGB

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

 GREEN value IS 241 (94.53% from 255) = 51.5%

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

R = 8.76%
G = 51.5%
B = 39.74%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#29F1BA (or 0x29F1BA) is known color: Turquoise. HEX triplet: 29, F1 and BA. RGB value is (41,241,186). Sum of RGB (Red+Green+Blue) = 41+241+186=468 (61% of max value = 765). Red value is 41 (16.41% from 255 or 8.76% from 468); Green value is 241 (94.53% from 255 or 51.50% from 468); Blue value is 186 (73.05% from 255 or 39.74% from 468); Max value from RGB is 241 - color contains mainly: green. Hex color #29F1BA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29F1BA is #D60E45. Grayscale: #AEAEAE. Windows color (decimal): -14028358 or 12251433. OLE color: 12251433.

HSL color Cylindrical-coordinate representation of color #29F1BA: hue angle of 163.5º degrees, saturation: 0.88, 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 #29F1BA is Cyan = 0.83, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB 41 241 186 -
CMYK 0.83 0 0.23 0.05
HSL 163.5º 0.88% 0.55% -
HSV(B) 163.5º 0.83% 0.95% -
XYZ 41.23 66.93 57.2 -
YUV 174.93 134.24 32.47 -
System Red Green Blue C M Y K H S L
Decimal 41 241 186 0.83 0 0.23 0.05 163.5 0.88 0.55
Hex 29 F1 BA 53 0 17 5 A4 58 37
Octal 51 361 272 123 0 27 5 244 130 67
Binary 101001 11110001 10111010 1010011 0 10111 101 10100100 1011000 110111

Color Harmonies of #29F1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29F1BA

Black with #29F1BA

Text Example


Text Example

White with #29F1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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