#29E1CF

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

Shades of Turquoise #29E1CF

Tints of Turquoise #29E1CF

Color information

#29E1CF (or 0x29E1CF) is unknown color: approx Turquoise. HEX triplet: 29, E1 and CF. RGB value is (41,225,207). Sum of RGB (Red+Green+Blue) = 41+225+207=473 (62% of max value = 765). Red value is 41 (16.41% from 255 or 8.67% from 473); Green value is 225 (88.28% from 255 or 47.57% from 473); Blue value is 207 (81.25% from 255 or 43.76% from 473); Max value from RGB is 225 - color contains mainly: green. Hex color #29E1CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29E1CF is #D61E30. Grayscale: #A7A7A7. Windows color (decimal): -14032433 or 13623593. OLE color: 13623593.

HSL color Cylindrical-coordinate representation of color #29E1CF: hue angle of 174.13º 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 #29E1CF is Cyan = 0.82, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB41225207-
CMYK0.8200.080.12
HSL174.13º75.41%52.16%-
HSV(B)174.13º81.78%88.24%-
XYZ39.158.8368.33-
YUV167.93150.0437.46-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 8.67%
GREEN value IS 225 (88.28% from 255) = 47.57%
BLUE value IS 207 (81.25% from 255) = 43.76%
R=8.67%
G=47.57%
B=43.76%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal412252070.8200.080.12174.1375.4152.16
Hex29E1CF5208Cae4b34
Octal513413171220101425611364
Binary10100111100001110011111010010010001100101011101001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29E1CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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