#29FDC0

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

Shades of Turquoise #29FDC0

Tints of Turquoise #29FDC0

Color information

#29FDC0 (or 0x29FDC0) is unknown color: approx Turquoise. HEX triplet: 29, FD and C0. RGB value is (41,253,192). Sum of RGB (Red+Green+Blue) = 41+253+192=486 (64% of max value = 765). Red value is 41 (16.41% from 255 or 8.44% from 486); Green value is 253 (99.22% from 255 or 52.06% from 486); Blue value is 192 (75.39% from 255 or 39.51% from 486); Max value from RGB is 253 - color contains mainly: green. Hex color #29FDC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29FDC0 is #D6023F. Grayscale: #B6B6B6. Windows color (decimal): -14025280 or 12647721. OLE color: 12647721.

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

Color convert

RGB41253192-
CMYK0.8400.240.01
HSL162.74º98.15%57.65%-
HSV(B)162.74º83.79%99.22%-
XYZ45.5574.5361.85-
YUV182.66133.2626.96-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 8.44%
GREEN value IS 253 (99.22% from 255) = 52.06%
BLUE value IS 192 (75.39% from 255) = 39.51%
R=8.44%
G=52.06%
B=39.51%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal412531920.8400.240.01162.7498.1557.65
Hex29FDC0540181a3623a
Octal51375300124030124314272
Binary101001111111011100000010101000110001101000111100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29FDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,253,192); }

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

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

 a { background-color: rgb(41,253,192); }

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

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

 span { border-color: rgb(41,253,192); }

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