#29dfe1

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

Shades of Turquoise #29DFE1

Tints of Turquoise #29DFE1

Color information

#29DFE1 (or 0x29DFE1) is unknown color: approx Turquoise. HEX triplet: 29, DF and E1. RGB value is (41,223,225). Sum of RGB (Red+Green+Blue) = 41+223+225=489 (64% of max value = 765). Red value is 41 (16.41% from 255 or 8.38% from 489); Green value is 223 (87.5% from 255 or 45.60% from 489); Blue value is 225 (88.28% from 255 or 46.01% from 489); Max value from RGB is 225 - color contains mainly: blue. Hex color #29DFE1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29DFE1 is #D6201E. Grayscale: #A8A8A8. Windows color (decimal): -14032927 or 14802729. OLE color: 14802729.

HSL color Cylindrical-coordinate representation of color #29DFE1: hue angle of 180.65º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #29DFE1 is Cyan = 0.82, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB41223225-
CMYK0.820.0100.12
HSL180.65º75.41%52.16%-
HSV(B)180.65º81.78%88.24%-
XYZ40.8958.6880.41-
YUV168.81159.736.84-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 8.38%
GREEN value IS 223 (87.5% from 255) = 45.60%
BLUE value IS 225 (88.28% from 255) = 46.01%
R=8.38%
G=45.60%
B=46.01%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal412232250.820.0100.12180.6575.4152.16
Hex29DFE15210Cb54b34
Octal51337341122101426511364
Binary10100111011111111000011010010101100101101011001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29dfe1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,223,225); }

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

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

 a { background-color: rgb(41,223,225); }

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

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

 span { border-color: rgb(41,223,225); }

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