Html Css Color HEX #29F9BA Turquoise

📋 copy color: '#29F9BA'

red 41 ◦ green 249 ◦ blue 186

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

Shades of Turquoise #29F9BA

Tints of Turquoise #29F9BA

RGB

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

 GREEN value IS 249 (97.66% from 255) = 52.31%

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

R = 8.61%
G = 52.31%
B = 39.08%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#29F9BA (or 0x29F9BA) is known color: Turquoise. HEX triplet: 29, F9 and BA. RGB value is (41,249,186). Sum of RGB (Red+Green+Blue) = 41+249+186=476 (63% of max value = 765). Red value is 41 (16.41% from 255 or 8.61% from 476); Green value is 249 (97.66% from 255 or 52.31% from 476); Blue value is 186 (73.05% from 255 or 39.08% from 476); Max value from RGB is 249 - color contains mainly: green. Hex color #29F9BA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29F9BA is #D60645. Grayscale: #B3B3B3. Windows color (decimal): -14026310 or 12253481. OLE color: 12253481.

HSL color Cylindrical-coordinate representation of color #29F9BA: hue angle of 161.83º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #29F9BA is Cyan = 0.84, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB 41 249 186 -
CMYK 0.84 0 0.25 0.02
HSL 161.83º 0.95% 0.57% -
HSV(B) 161.83º 0.84% 0.98% -
XYZ 43.65 71.77 58.01 -
YUV 179.63 131.59 29.12 -
System Red Green Blue C M Y K H S L
Decimal 41 249 186 0.84 0 0.25 0.02 161.83 0.95 0.57
Hex 29 F9 BA 54 0 19 2 A2 5F 39
Octal 51 371 272 124 0 31 2 242 137 71
Binary 101001 11111001 10111010 1010100 0 11001 10 10100010 1011111 111001

Color Harmonies of #29F9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29F9BA

Black with #29F9BA

Text Example


Text Example

White with #29F9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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