Html Css Color HEX #29FADD Turquoise

📋 copy color: '#29FADD'

red 41 ◦ green 250 ◦ blue 221

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

Shades of Turquoise #29FADD

Tints of Turquoise #29FADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.16%

R = 8.01%
G = 48.83%
B = 43.16%

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

#29FADD (or 0x29FADD) is known color: Turquoise. HEX triplet: 29, FA and DD. RGB value is (41,250,221). Sum of RGB (Red+Green+Blue) = 41+250+221=512 (67% of max value = 765). Red value is 41 (16.41% from 255 or 8.01% from 512); Green value is 250 (98.05% from 255 or 48.83% from 512); Blue value is 221 (86.72% from 255 or 43.16% from 512); Max value from RGB is 250 - color contains mainly: green. Hex color #29FADD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29FADD is #D60522. Grayscale: #B8B8B8. Windows color (decimal): -14026019 or 14547497. OLE color: 14547497.

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

Color convert

RGB 41 250 221 -
CMYK 0.84 0 0.12 0.02
HSL 171.67º 0.95% 0.57% -
HSV(B) 171.67º 0.84% 0.98% -
XYZ 48.15 74.06 80.16 -
YUV 184.2 148.76 25.86 -
System Red Green Blue C M Y K H S L
Decimal 41 250 221 0.84 0 0.12 0.02 171.67 0.95 0.57
Hex 29 FA DD 54 0 C 2 AC 5F 39
Octal 51 372 335 124 0 14 2 254 137 71
Binary 101001 11111010 11011101 1010100 0 1100 10 10101100 1011111 111001

Color Harmonies of #29FADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29FADD

Black with #29FADD

Text Example


Text Example

White with #29FADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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