#29EED6

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

Shades of Turquoise #29EED6

Tints of Turquoise #29EED6

Color information

#29EED6 (or 0x29EED6) is unknown color: approx Turquoise. HEX triplet: 29, EE and D6. RGB value is (41,238,214). Sum of RGB (Red+Green+Blue) = 41+238+214=493 (65% of max value = 765). Red value is 41 (16.41% from 255 or 8.32% from 493); Green value is 238 (93.36% from 255 or 48.28% from 493); Blue value is 214 (83.98% from 255 or 43.41% from 493); Max value from RGB is 238 - color contains mainly: green. Hex color #29EED6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29EED6 is #D61129. Grayscale: #B0B0B0. Windows color (decimal): -14029098 or 14085673. OLE color: 14085673.

HSL color Cylindrical-coordinate representation of color #29EED6: hue angle of 172.69º degrees, saturation: 0.85, 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 #29EED6 is Cyan = 0.83, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB41238214-
CMYK0.8300.100.07
HSL172.69º85.28%54.71%-
HSV(B)172.69º82.77%93.33%-
XYZ43.6366.4874.15-
YUV176.36149.2331.45-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 8.32%
GREEN value IS 238 (93.36% from 255) = 48.28%
BLUE value IS 214 (83.98% from 255) = 43.41%
R=8.32%
G=48.28%
B=43.41%

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
Decimal412382140.8300.100.07172.6985.2854.71
Hex29EED6530A7ad5537
Octal51356326123012725512567
Binary1010011110111011010110101001101010111101011011010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29EED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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