#11E9D6

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

Shades of Bright Turquoise #11E9D6

Tints of Bright Turquoise #11E9D6

Color information

#11E9D6 (or 0x11E9D6) is unknown color: approx Bright Turquoise. HEX triplet: 11, E9 and D6. RGB value is (17,233,214). Sum of RGB (Red+Green+Blue) = 17+233+214=464 (61% of max value = 765). Red value is 17 (7.03% from 255 or 3.66% from 464); Green value is 233 (91.41% from 255 or 50.22% from 464); Blue value is 214 (83.98% from 255 or 46.12% from 464); Max value from RGB is 233 - color contains mainly: green. Hex color #11E9D6 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11E9D6 is #EE1629. Grayscale: #A6A6A6. Windows color (decimal): -15603242 or 14084369. OLE color: 14084369.

HSL color Cylindrical-coordinate representation of color #11E9D6: hue angle of 174.72º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11E9D6 is Cyan = 0.93, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.09.

Color convert

RGB17233214-
CMYK0.9300.080.09
HSL174.72º86.4%49.02%-
HSV(B)174.72º92.7%91.37%-
XYZ41.5163.2573.64-
YUV166.25154.9421.54-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 3.66%
GREEN value IS 233 (91.41% from 255) = 50.22%
BLUE value IS 214 (83.98% from 255) = 46.12%
R=3.66%
G=50.22%
B=46.12%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal172332140.9300.080.09174.7286.449.02
Hex11E9D65D089af5631
Octal213513261350101125712661
Binary1000111101001110101101011101010001001101011111010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11E9D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11E9D6; }

 p { color: rgb(17,233,214); }

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

<style>
 a { background-color: #11E9D6; }

 a { background-color: rgb(17,233,214); }

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

<style>
 span { border-color: #11E9D6; }

 span { border-color: rgb(17,233,214); }

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