#29F8D9

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

Shades of Turquoise #29F8D9

Tints of Turquoise #29F8D9

Color information

#29F8D9 (or 0x29F8D9) is unknown color: approx Turquoise. HEX triplet: 29, F8 and D9. RGB value is (41,248,217). Sum of RGB (Red+Green+Blue) = 41+248+217=506 (67% of max value = 765). Red value is 41 (16.41% from 255 or 8.10% from 506); Green value is 248 (97.27% from 255 or 49.01% from 506); Blue value is 217 (85.16% from 255 or 42.89% from 506); Max value from RGB is 248 - color contains mainly: green. Hex color #29F8D9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29F8D9 is #D60726. Grayscale: #B6B6B6. Windows color (decimal): -14026535 or 14284841. OLE color: 14284841.

HSL color Cylindrical-coordinate representation of color #29F8D9: hue angle of 171.01º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #29F8D9 is Cyan = 0.83, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB41248217-
CMYK0.8300.120.03
HSL171.01º93.67%56.67%-
HSV(B)171.01º83.47%97.25%-
XYZ47.0172.6277.18-
YUV182.57147.4227.02-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 8.10%
GREEN value IS 248 (97.27% from 255) = 49.01%
BLUE value IS 217 (85.16% from 255) = 42.89%
R=8.10%
G=49.01%
B=42.89%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal412482170.8300.120.03171.0193.6756.67
Hex29F8D9530C3ab5e39
Octal51370331123014325313671
Binary101001111110001101100110100110110011101010111011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29F8D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,248,217); }

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

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

 a { background-color: rgb(41,248,217); }

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

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

 span { border-color: rgb(41,248,217); }

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