Html Css Color HEX #29FADB Turquoise

📋 copy color: '#29FADB'

red 41 ◦ green 250 ◦ blue 219

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

Shades of Turquoise #29FADB

Tints of Turquoise #29FADB

RGB

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

 GREEN value IS 250 (98.05% from 255) = 49.02%

 BLUE value IS 219 (85.94% from 255) = 42.94%

R = 8.04%
G = 49.02%
B = 42.94%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#29FADB (or 0x29FADB) is known color: Turquoise. HEX triplet: 29, FA and DB. RGB value is (41,250,219). Sum of RGB (Red+Green+Blue) = 41+250+219=510 (67% of max value = 765). Red value is 41 (16.41% from 255 or 8.04% from 510); Green value is 250 (98.05% from 255 or 49.02% from 510); Blue value is 219 (85.94% from 255 or 42.94% from 510); Max value from RGB is 250 - color contains mainly: green. Hex color #29FADB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29FADB is #D60524. Grayscale: #B7B7B7. Windows color (decimal): -14026021 or 14416425. OLE color: 14416425.

HSL color Cylindrical-coordinate representation of color #29FADB: hue angle of 171.1º 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 #29FADB is Cyan = 0.84, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 41 250 219 -
CMYK 0.84 0 0.12 0.02
HSL 171.1º 0.95% 0.57% -
HSV(B) 171.1º 0.84% 0.98% -
XYZ 47.89 73.96 78.77 -
YUV 183.98 147.76 26.02 -
System Red Green Blue C M Y K H S L
Decimal 41 250 219 0.84 0 0.12 0.02 171.1 0.95 0.57
Hex 29 FA DB 54 0 C 2 AB 5F 39
Octal 51 372 333 124 0 14 2 253 137 71
Binary 101001 11111010 11011011 1010100 0 1100 10 10101011 1011111 111001

Color Harmonies of #29FADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29FADB

Black with #29FADB

Text Example


Text Example

White with #29FADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,250,219); }

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

background-color css

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

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

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

border-color css

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

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

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