Html Css Color HEX #29FFDF Bright Turquoise

📋 copy color: '#29FFDF'

red 41 ◦ green 255 ◦ blue 223

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

Shades of Bright Turquoise #29FFDF

Tints of Bright Turquoise #29FFDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.97%

R = 7.9%
G = 49.13%
B = 42.97%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.13

 K value IS 0

RGB Variations

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

Color information

#29FFDF (or 0x29FFDF) is known color: Bright Turquoise. HEX triplet: 29, FF and DF. RGB value is (41,255,223). Sum of RGB (Red+Green+Blue) = 41+255+223=519 (68% of max value = 765). Red value is 41 (16.41% from 255 or 7.90% from 519); Green value is 255 (100% from 255 or 49.13% from 519); Blue value is 223 (87.5% from 255 or 42.97% from 519); Max value from RGB is 255 - color contains mainly: green. Hex color #29FFDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29FFDF is #D60020. Grayscale: #BBBBBB. Windows color (decimal): -14024737 or 14679849. OLE color: 14679849.

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

Color convert

RGB 41 255 223 -
CMYK 0.84 0 0.13 0
HSL 171.03º 1% 0.58% -
HSV(B) 171.03º 0.84% 1% -
XYZ 49.99 77.32 82.1 -
YUV 187.37 148.1 23.6 -
System Red Green Blue C M Y K H S L
Decimal 41 255 223 0.84 0 0.13 0 171.03 1 0.58
Hex 29 FF DF 54 0 D 0 AB 64 3A
Octal 51 377 337 124 0 15 0 253 144 72
Binary 101001 11111111 11011111 1010100 0 1101 0 10101011 1100100 111010

Color Harmonies of #29FFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29FFDF

Black with #29FFDF

Text Example


Text Example

White with #29FFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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