#29F5C4

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

Shades of Turquoise #29F5C4

Tints of Turquoise #29F5C4

Color information

#29F5C4 (or 0x29F5C4) is unknown color: approx Turquoise. HEX triplet: 29, F5 and C4. RGB value is (41,245,196). Sum of RGB (Red+Green+Blue) = 41+245+196=482 (63% of max value = 765). Red value is 41 (16.41% from 255 or 8.51% from 482); Green value is 245 (96.09% from 255 or 50.83% from 482); Blue value is 196 (76.95% from 255 or 40.66% from 482); Max value from RGB is 245 - color contains mainly: green. Hex color #29F5C4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29F5C4 is #D60A3B. Grayscale: #B2B2B2. Windows color (decimal): -14027324 or 12907817. OLE color: 12907817.

HSL color Cylindrical-coordinate representation of color #29F5C4: hue angle of 165.59º 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 #29F5C4 is Cyan = 0.83, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.04.

Color convert

RGB41245196-
CMYK0.8300.20.04
HSL165.59º91.07%56.08%-
HSV(B)165.59º83.27%96.08%-
XYZ43.5369.7663.4-
YUV178.42137.9129.98-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 8.51%
GREEN value IS 245 (96.09% from 255) = 50.83%
BLUE value IS 196 (76.95% from 255) = 40.66%
R=8.51%
G=50.83%
B=40.66%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal412451960.8300.20.04165.5991.0756.08
Hex29F5C4530144a65b38
Octal51365304123024424613370
Binary10100111110101110001001010011010100100101001101011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29F5C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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