Html Css Color HEX #29FFDE Bright Turquoise

📋 copy color: '#29FFDE'

red 41 ◦ green 255 ◦ blue 222

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

Shades of Bright Turquoise #29FFDE

Tints of Bright Turquoise #29FFDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 42.86%

R = 7.92%
G = 49.23%
B = 42.86%

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

#29FFDE (or 0x29FFDE) is known color: Bright Turquoise. HEX triplet: 29, FF and DE. RGB value is (41,255,222). Sum of RGB (Red+Green+Blue) = 41+255+222=518 (68% of max value = 765). Red value is 41 (16.41% from 255 or 7.92% from 518); Green value is 255 (100% from 255 or 49.23% from 518); Blue value is 222 (87.11% from 255 or 42.86% from 518); Max value from RGB is 255 - color contains mainly: green. Hex color #29FFDE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29FFDE is #D60021. Grayscale: #BBBBBB. Windows color (decimal): -14024738 or 14614313. OLE color: 14614313.

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

Color convert

RGB 41 255 222 -
CMYK 0.84 0 0.13 0
HSL 170.75º 1% 0.58% -
HSV(B) 170.75º 0.84% 1% -
XYZ 49.86 77.27 81.39 -
YUV 187.25 147.6 23.68 -
System Red Green Blue C M Y K H S L
Decimal 41 255 222 0.84 0 0.13 0 170.75 1 0.58
Hex 29 FF DE 54 0 D 0 AB 64 3A
Octal 51 377 336 124 0 15 0 253 144 72
Binary 101001 11111111 11011110 1010100 0 1101 0 10101011 1100100 111010

Color Harmonies of #29FFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29FFDE

Black with #29FFDE

Text Example


Text Example

White with #29FFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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