Html Css Color HEX #29FFDC Turquoise

📋 copy color: '#29FFDC'

red 41 ◦ green 255 ◦ blue 220

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

Shades of Turquoise #29FFDC

Tints of Turquoise #29FFDC

RGB

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

 GREEN value IS 255 (100% from 255) = 49.42%

 BLUE value IS 220 (86.33% from 255) = 42.64%

R = 7.95%
G = 49.42%
B = 42.64%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.14

 K value IS 0

RGB Variations

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

Color information

#29FFDC (or 0x29FFDC) is known color: Turquoise. HEX triplet: 29, FF and DC. RGB value is (41,255,220). Sum of RGB (Red+Green+Blue) = 41+255+220=516 (68% of max value = 765). Red value is 41 (16.41% from 255 or 7.95% from 516); Green value is 255 (100% from 255 or 49.42% from 516); Blue value is 220 (86.33% from 255 or 42.64% from 516); Max value from RGB is 255 - color contains mainly: green. Hex color #29FFDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29FFDC is #D60023. Grayscale: #BABABA. Windows color (decimal): -14024740 or 14483241. OLE color: 14483241.

HSL color Cylindrical-coordinate representation of color #29FFDC: hue angle of 170.19º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #29FFDC is Cyan = 0.84, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.

Color convert

RGB 41 255 220 -
CMYK 0.84 0 0.14 0
HSL 170.19º 1% 0.58% -
HSV(B) 170.19º 0.84% 1% -
XYZ 49.59 77.16 79.99 -
YUV 187.02 146.6 23.85 -
System Red Green Blue C M Y K H S L
Decimal 41 255 220 0.84 0 0.14 0 170.19 1 0.58
Hex 29 FF DC 54 0 E 0 AA 64 3A
Octal 51 377 334 124 0 16 0 252 144 72
Binary 101001 11111111 11011100 1010100 0 1110 0 10101010 1100100 111010

Color Harmonies of #29FFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29FFDC

Black with #29FFDC

Text Example


Text Example

White with #29FFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,255,220); }

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

background-color css

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

 a { background-color: rgb(41,255,220); }

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

border-color css

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

 span { border-color: rgb(41,255,220); }

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