#29DCF5

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

Shades of Bright Turquoise #29DCF5

Tints of Bright Turquoise #29DCF5

Color information

#29DCF5 (or 0x29DCF5) is unknown color: approx Bright Turquoise. HEX triplet: 29, DC and F5. RGB value is (41,220,245). Sum of RGB (Red+Green+Blue) = 41+220+245=506 (67% of max value = 765). Red value is 41 (16.41% from 255 or 8.10% from 506); Green value is 220 (86.33% from 255 or 43.48% from 506); Blue value is 245 (96.09% from 255 or 48.42% from 506); Max value from RGB is 245 - color contains mainly: blue. Hex color #29DCF5 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #29DCF5 is #D6230A. Grayscale: #A9A9A9. Windows color (decimal): -14033675 or 16112681. OLE color: 16112681.

HSL color Cylindrical-coordinate representation of color #29DCF5: hue angle of 187.35º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #29DCF5 is Cyan = 0.83, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB41220245-
CMYK0.830.1000.04
HSL187.35º91.07%56.08%-
HSV(B)187.35º83.27%96.08%-
XYZ42.9958.2595.36-
YUV169.33170.736.47-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 8.10%
GREEN value IS 220 (86.33% from 255) = 43.48%
BLUE value IS 245 (96.09% from 255) = 48.42%
R=8.10%
G=43.48%
B=48.42%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal412202450.830.1000.04187.3591.0756.08
Hex29DCF553A04bb5b38
Octal51334365123120427313370
Binary1010011101110011110101101001110100100101110111011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29DCF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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