#29EDD6

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

Shades of Turquoise #29EDD6

Tints of Turquoise #29EDD6

Color information

#29EDD6 (or 0x29EDD6) is unknown color: approx Turquoise. HEX triplet: 29, ED and D6. RGB value is (41,237,214). Sum of RGB (Red+Green+Blue) = 41+237+214=492 (65% of max value = 765). Red value is 41 (16.41% from 255 or 8.33% from 492); Green value is 237 (92.97% from 255 or 48.17% from 492); Blue value is 214 (83.98% from 255 or 43.50% from 492); Max value from RGB is 237 - color contains mainly: green. Hex color #29EDD6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29EDD6 is #D61229. Grayscale: #AFAFAF. Windows color (decimal): -14029354 or 14085417. OLE color: 14085417.

HSL color Cylindrical-coordinate representation of color #29EDD6: hue angle of 172.96º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #29EDD6 is Cyan = 0.83, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB41237214-
CMYK0.8300.100.07
HSL172.96º84.48%54.51%-
HSV(B)172.96º82.7%92.94%-
XYZ43.3465.8974.05-
YUV175.77149.5731.87-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 8.33%
GREEN value IS 237 (92.97% from 255) = 48.17%
BLUE value IS 214 (83.98% from 255) = 43.50%
R=8.33%
G=48.17%
B=43.50%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal412372140.8300.100.07172.9684.4854.51
Hex29EDD6530A7ad5437
Octal51355326123012725512467
Binary1010011110110111010110101001101010111101011011010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29EDD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,237,214); }

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

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

 a { background-color: rgb(41,237,214); }

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

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

 span { border-color: rgb(41,237,214); }

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