#11EDBE

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

Shades of Bright Turquoise #11EDBE

Tints of Bright Turquoise #11EDBE

Color information

#11EDBE (or 0x11EDBE) is unknown color: approx Bright Turquoise. HEX triplet: 11, ED and BE. RGB value is (17,237,190). Sum of RGB (Red+Green+Blue) = 17+237+190=444 (58% of max value = 765). Red value is 17 (7.03% from 255 or 3.83% from 444); Green value is 237 (92.97% from 255 or 53.38% from 444); Blue value is 190 (74.61% from 255 or 42.79% from 444); Max value from RGB is 237 - color contains mainly: green. Hex color #11EDBE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11EDBE is #EE1241. Grayscale: #A5A5A5. Windows color (decimal): -15602242 or 12512529. OLE color: 12512529.

HSL color Cylindrical-coordinate representation of color #11EDBE: hue angle of 167.18º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11EDBE is Cyan = 0.93, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB17237190-
CMYK0.9300.200.07
HSL167.18º86.61%49.8%-
HSV(B)167.18º92.83%92.94%-
XYZ39.8164.4159.05-
YUV165.86141.6121.82-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 3.83%
GREEN value IS 237 (92.97% from 255) = 53.38%
BLUE value IS 190 (74.61% from 255) = 42.79%
R=3.83%
G=53.38%
B=42.79%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal172371900.9300.200.07167.1886.6149.8
Hex11EDBE5D0147a75732
Octal21355276135024724712762
Binary1000111101101101111101011101010100111101001111010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11EDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,237,190); }

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

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

 a { background-color: rgb(17,237,190); }

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

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

 span { border-color: rgb(17,237,190); }

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