#29DDF7

Color #29DDF7 Bright Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Turquoise #29DDF7

Tints of Bright Turquoise #29DDF7

Color information

#29DDF7 (or 0x29DDF7) is unknown color: approx Bright Turquoise. HEX triplet: 29, DD and F7. RGB value is (41,221,247). Sum of RGB (Red+Green+Blue) = 41+221+247=509 (67% of max value = 765). Red value is 41 (16.41% from 255 or 8.06% from 509); Green value is 221 (86.72% from 255 or 43.42% from 509); Blue value is 247 (96.88% from 255 or 48.53% from 509); Max value from RGB is 247 - color contains mainly: blue. Hex color #29DDF7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #29DDF7 is #D62208. Grayscale: #A9A9A9. Windows color (decimal): -14033417 or 16244009. OLE color: 16244009.

HSL color Cylindrical-coordinate representation of color #29DDF7: hue angle of 187.57º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #29DDF7 is Cyan = 0.83, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB41221247-
CMYK0.830.1100.03
HSL187.57º92.79%56.47%-
HSV(B)187.57º83.4%96.86%-
XYZ43.5658.997.07-
YUV170.14171.3735.89-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 8.06%
GREEN value IS 221 (86.72% from 255) = 43.42%
BLUE value IS 247 (96.88% from 255) = 48.53%
R=8.06%
G=43.42%
B=48.53%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal412212470.830.1100.03187.5792.7956.47
Hex29DDF753B03bc5d38
Octal51335367123130327413570
Binary101001110111011111011110100111011011101111001011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29DDF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #29DDF7;
 }
 .AnyTagClassName
 {
   color: #29DDF7;
 }
</style>
background-color css

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

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

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

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

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

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