#29F4B4

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

Shades of Turquoise #29F4B4

Tints of Turquoise #29F4B4

Color information

#29F4B4 (or 0x29F4B4) is unknown color: approx Turquoise. HEX triplet: 29, F4 and B4. RGB value is (41,244,180). Sum of RGB (Red+Green+Blue) = 41+244+180=465 (61% of max value = 765). Red value is 41 (16.41% from 255 or 8.82% from 465); Green value is 244 (95.70% from 255 or 52.47% from 465); Blue value is 180 (70.70% from 255 or 38.71% from 465); Max value from RGB is 244 - color contains mainly: green. Hex color #29F4B4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29F4B4 is #D60B4B. Grayscale: #B0B0B0. Windows color (decimal): -14027596 or 11858985. OLE color: 11858985.

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

Color convert

RGB41244180-
CMYK0.8300.260.04
HSL161.08º90.22%55.88%-
HSV(B)161.08º83.2%95.69%-
XYZ41.568.4754.21-
YUV176.01130.2531.7-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 8.82%
GREEN value IS 244 (95.70% from 255) = 52.47%
BLUE value IS 180 (70.70% from 255) = 38.71%
R=8.82%
G=52.47%
B=38.71%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal412441800.8300.260.04161.0890.2255.88
Hex29F4B45301A4a15a38
Octal51364264123032424113270
Binary10100111110100101101001010011011010100101000011011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29F4B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,244,180); }

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

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

 a { background-color: rgb(41,244,180); }

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

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

 span { border-color: rgb(41,244,180); }

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