#29F7BD

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

Shades of Turquoise #29F7BD

Tints of Turquoise #29F7BD

Color information

#29F7BD (or 0x29F7BD) is unknown color: approx Turquoise. HEX triplet: 29, F7 and BD. RGB value is (41,247,189). Sum of RGB (Red+Green+Blue) = 41+247+189=477 (63% of max value = 765). Red value is 41 (16.41% from 255 or 8.60% from 477); Green value is 247 (96.88% from 255 or 51.78% from 477); Blue value is 189 (74.22% from 255 or 39.62% from 477); Max value from RGB is 247 - color contains mainly: green. Hex color #29F7BD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29F7BD is #D60842. Grayscale: #B2B2B2. Windows color (decimal): -14026819 or 12449577. OLE color: 12449577.

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

Color convert

RGB41247189-
CMYK0.8300.230.03
HSL163.11º92.79%56.47%-
HSV(B)163.11º83.4%96.86%-
XYZ43.3670.6759.5-
YUV178.79133.7529.72-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 8.60%
GREEN value IS 247 (96.88% from 255) = 51.78%
BLUE value IS 189 (74.22% from 255) = 39.62%
R=8.60%
G=51.78%
B=39.62%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal412471890.8300.230.03163.1192.7956.47
Hex29F7BD530173a35d38
Octal51367275123027324313570
Binary1010011111011110111101101001101011111101000111011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29F7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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